updated plugin Menu Icons
version 0.12.8
This commit is contained in:
@ -186,9 +186,9 @@ final class Menu_Icons_Picker {
|
||||
return;
|
||||
}
|
||||
|
||||
if( ! function_exists( 'get_current_screen' ) ) {
|
||||
return;
|
||||
}
|
||||
if ( ! function_exists( 'get_current_screen' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$screen = get_current_screen();
|
||||
if ( ! $screen instanceof WP_Screen || 'nav-menus' !== $screen->id ) {
|
||||
|
Reference in New Issue
Block a user