Skip to content

Commit

Permalink
Test priority issue with the main page menu on production.
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed Apr 7, 2018
1 parent 06e8e4c commit 6e4f915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/PluginMainPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private function apply_current_menu_classes() {
}

return $parent_file;
} );
}, PHP_INT_MAX );
add_filter( 'submenu_file', function ( $submenu_file ) {

$screen = get_current_screen();
Expand Down

0 comments on commit 6e4f915

Please sign in to comment.