diff --git a/src/wp-admin/nav-menus.php b/src/wp-admin/nav-menus.php
index d340fb6b67..e91c98f42c 100644
|
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 992 | 992 | <p><?php echo $starter_copy; ?></p> |
| 993 | 993 | </div> |
| 994 | 994 | |
| 995 | | <?php if ( ! $add_new_screen ) : ?> |
| | 995 | <?php if ( ! $add_new_screen && ! empty( $menu_items ) ) : ?> |
| 996 | 996 | <div id="nav-menu-bulk-actions-top" class="bulk-actions"> |
| 997 | 997 | <label class="bulk-select-button" for="bulk-select-switcher-top"> |
| 998 | 998 | <input type="checkbox" id="bulk-select-switcher-top" name="bulk-select-switcher-top" class="bulk-select-switcher"> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 1027 | 1027 | } |
| 1028 | 1028 | ?> |
| 1029 | 1029 | |
| 1030 | | <?php if ( ! $add_new_screen ) : ?> |
| | 1030 | <?php if ( ! $add_new_screen && ! empty( $menu_items ) ) : ?> |
| 1031 | 1031 | <div id="nav-menu-bulk-actions-bottom" class="bulk-actions"> |
| 1032 | 1032 | <label class="bulk-select-button" for="bulk-select-switcher-bottom"> |
| 1033 | 1033 | <input type="checkbox" id="bulk-select-switcher-bottom" name="bulk-select-switcher-top" class="bulk-select-switcher"> |