Ticket #23741: 23741.diff
File 23741.diff, 1.0 KB (added by , 12 years ago) |
---|
-
wp-admin/nav-menus.php
574 574 <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> 575 575 </dl> 576 576 577 <?php if ( current_theme_supports( 'menus') ) : ?>577 <?php if ( apply_filters( 'nav_menu_theme_location', current_theme_supports( 'menus' ) ) ) : ?> 578 578 579 579 <dl class="menu-theme-locations"> 580 580 <dt class="howto"><?php _e( 'Theme locations' ); ?></dt> … … 590 590 591 591 <?php endif; ?> 592 592 593 <?php do_action( 'nav_menu_settings', $nav_menu_selected_id ); ?> 594 593 595 </div> 594 596 </div><!-- /#post-body-content --> 595 597 </div><!-- /#post-body -->