Skip to content

Commit dbeef8b

Browse files
committed
Small change.
1 parent 1d9b031 commit dbeef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function __construct( $sections = array(), $args = array(), $extra_tabs =
242242
*/
243243
$this->args = apply_filters( "redux/options/{$this->args['opt_name']}/args", $this->args );
244244

245-
if ( ReduxHelpers::isLocalHost() || ( defined( 'WP_DEBUG' ) && WP_DEBUG == true ) ) {
245+
if ( Redux_Helpers::isLocalHost() || ( defined( 'WP_DEBUG' ) && WP_DEBUG == true ) ) {
246246
$this->args['dev_mode'] = true;
247247
}
248248

0 commit comments

Comments
 (0)