Make WordPress Core

Changeset 47190

Timestamp:
02/05/2020 07:41:08 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Menus: Introduce wp_nav_menu_item_custom_fields action that fires just before the move buttons of a nav menu item in the menu editor.

Props MikeSchinkel, birgire, sebastian.pisula, desrosj, helgatheviking.
Fixes #47056. See #38904, #18584.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-walker-nav-menu-edit.php

    r47189 r47190  
    228228                </p>
    229229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
     242
     243
     244
    230245                <fieldset class="field-move hide-if-no-js description description-wide">
    231246                    <span class="field-move-visual-label" aria-hidden="true"><?php _e( 'Move' ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.