Changeset 54316 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 09/26/2022 09:42:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r53700 r54316 1001 1001 1002 1002 <?php if ( ! $add_new_screen ) : ?> 1003 <div id="nav-menu-bulk-actions-top" class="bulk-actions" >1003 <div id="nav-menu-bulk-actions-top" class="bulk-actions" <?php echo $hide_style; ?>> 1004 1004 <label class="bulk-select-button" for="bulk-select-switcher-top"> 1005 1005 <input type="checkbox" id="bulk-select-switcher-top" name="bulk-select-switcher-top" class="bulk-select-switcher"> … … 1036 1036 1037 1037 <?php if ( ! $add_new_screen ) : ?> 1038 <div id="nav-menu-bulk-actions-bottom" class="bulk-actions" >1038 <div id="nav-menu-bulk-actions-bottom" class="bulk-actions" <?php echo $hide_style; ?>> 1039 1039 <label class="bulk-select-button" for="bulk-select-switcher-bottom"> 1040 1040 <input type="checkbox" id="bulk-select-switcher-bottom" name="bulk-select-switcher-top" class="bulk-select-switcher">
Note: See TracChangeset
for help on using the changeset viewer.