Skip to content

Commit 000d97d

Browse files
committed
Small typo
1 parent a9f7173 commit 000d97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/sample-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ function removeDemoModeLink() {
13021302
remove_filter( 'plugin_row_meta', array( ReduxFrameworkPlugin::get_instance(), 'plugin_meta_demo_mode_link'), null, 2 );
13031303
}
13041304
}
1305-
add_action('init', 'removeDemoModeLink');
1305+
//add_action('init', 'removeDemoModeLink');
13061306

13071307

13081308

0 commit comments

Comments
 (0)