Make WordPress Core

Ticket #23741: 23741.diff

File 23741.diff, 1.0 KB (added by Chouby, 12 years ago)
  • wp-admin/nav-menus.php

     
    574574                                                                        <dd class="checkbox-input"><input type="checkbox"<?php checked( $auto_add ); ?> name="auto-add-pages" id="auto-add-pages" value="1" /> <label for="auto-add-pages"><?php printf( __('Automatically add new top-level pages to this menu' ), esc_url( admin_url( 'edit.php?post_type=page' ) ) ); ?></label></dd>
    575575                                                                </dl>
    576576
    577                                                                 <?php if ( current_theme_supports( 'menus' ) ) : ?>
     577                                                                <?php if ( apply_filters( 'nav_menu_theme_location', current_theme_supports( 'menus' ) ) ) : ?>
    578578
    579579                                                                        <dl class="menu-theme-locations">
    580580                                                                                <dt class="howto"><?php _e( 'Theme locations' ); ?></dt>
     
    590590
    591591                                                                <?php endif; ?>
    592592
     593                                                                <?php do_action( 'nav_menu_settings', $nav_menu_selected_id ); ?>
     594
    593595                                                        </div>
    594596                                                </div><!-- /#post-body-content -->
    595597                                        </div><!-- /#post-body -->