updated plugin Menu Icons version 0.12.8

This commit is contained in:
2021-07-25 23:25:06 +00:00
committed by Gitium
parent 3ef36355e9
commit a2480e23b7
63 changed files with 1153 additions and 1499 deletions

View File

@ -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 ) {