Ticket #38904: 38904.2.diff
| File 38904.2.diff, 1.1 KB (added by , 9 years ago) |
|---|
-
src/wp-admin/includes/class-walker-nav-menu-edit.php
196 196 <span class="description"><?php _e('The description will be displayed in the menu if the current theme supports it.'); ?></span> 197 197 </label> 198 198 </p> 199 199 <?php 200 /** 201 * Let users add custom menu settings without overwriting the whole walker. 202 * 203 * @since 4.7.1 204 * 205 * @param object $item Menu item data object. 206 * @param int $depth Depth of menu item. Used for padding. 207 * @param array $classes Classnames for the menu item. 208 */ 209 do_action( 'admin_nav_menu_item_below_settings', $item, $depth, $classes ); 210 ?> 200 211 <fieldset class="field-move hide-if-no-js description description-wide"> 201 212 <span class="field-move-visual-label" aria-hidden="true"><?php _e( 'Move' ); ?></span> 202 213 <button type="button" class="button-link menus-move menus-move-up" data-dir="up"><?php _e( 'Up one' ); ?></button>