Make WordPress Core

Ticket #47056: 47056.patch

File 47056.patch, 837 bytes (added by MikeSchinkel, 7 years ago)

Simple patch to include just the do_action hook

  • wp-admin/includes/class-walker-nav-menu-edit.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    205205                                        </label>
    206206                                </p>
    207207
     208                                <?php
     209                                do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );
     210                                ?>
     211
    208212                                <fieldset class="field-move hide-if-no-js description description-wide">
    209213                                        <span class="field-move-visual-label" aria-hidden="true"><?php _e( 'Move' ); ?></span>
    210214                                        <button type="button" class="button-link menus-move menus-move-up" data-dir="up"><?php _e( 'Up one' ); ?></button>