Changeset 60440
- Timestamp:
- 07/08/2025 01:21:19 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/nav-menus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r60245 r60440 1123 1123 </div> 1124 1124 1125 <?php if ( ! $add_new_screen ) : ?> 1126 <div id="nav-menu-bulk-actions-top" class="bulk-actions" <?php echo $hide_style; ?>> 1127 <label class="bulk-select-button" for="bulk-select-switcher-top"> 1128 <input type="checkbox" id="bulk-select-switcher-top" name="bulk-select-switcher-top" class="bulk-select-switcher"> 1129 <span class="bulk-select-button-label"><?php _e( 'Bulk Select' ); ?></span> 1130 </label> 1131 </div> 1132 <?php endif; ?> 1125 <div id="nav-menu-bulk-actions-top" class="bulk-actions" <?php echo $hide_style; ?>> 1126 <label class="bulk-select-button" for="bulk-select-switcher-top"> 1127 <input type="checkbox" id="bulk-select-switcher-top" name="bulk-select-switcher-top" class="bulk-select-switcher"> 1128 <span class="bulk-select-button-label"><?php _e( 'Bulk Select' ); ?></span> 1129 </label> 1130 </div> 1133 1131 1134 1132 <?php
Note: See TracChangeset
for help on using the changeset viewer.