Skip to content

Commit 747c15a

Browse files
committed
Remove $filesystem deprecation notice. Too many people complaining. We'll just do it the Redux 3 way for good.
1 parent a53f96f commit 747c15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-core/framework.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public function __wakeup() {
421421
* @since 4.0.0
422422
*/
423423
private function deprecated_filesystem( $filesystem ) {
424-
_deprecated_function( esc_html__( 'The global variable "$filesystem" of the ReduxFramework object', 'redux-framework' ), '4.5.1', 'Redux_Core::$filesystem' );
424+
//_deprecated_function( esc_html__( 'The global variable "$filesystem" of the ReduxFramework object', 'redux-framework' ), '4.5.1', 'Redux_Core::$filesystem' );
425425

426426
return $filesystem;
427427
}

0 commit comments

Comments
 (0)