Ticket #24652: extend-menu-editor.diff
File extend-menu-editor.diff, 956 bytes (added by , 12 years ago) |
---|
-
wp-admin/nav-menus.php
693 693 <div class="drag-instructions post-body-plain" <?php if ( isset( $menu_items ) && 0 == count( $menu_items ) ) { ?>style="display: none;"<?php } ?>> 694 694 <p><?php echo $starter_copy; ?></p> 695 695 </div> 696 <?php do_action('before_menu_to_edit') ?> 696 697 <?php 697 698 if ( isset( $edit_markup ) && ! is_wp_error( $edit_markup ) ) { 698 699 echo $edit_markup; … … 701 702 <ul class="menu" id="menu-to-edit"></ul> 702 703 <?php } ?> 703 704 <?php endif; ?> 705 <?php do_action('after_menu_to_edit') ?> 704 706 <?php if ( $add_new_screen ) : ?> 705 707 <p class="post-body-plain"><?php _e( 'Give your menu a name above, then click Create Menu.' ); ?></p> 706 708 <?php if ( isset( $_GET['use-location'] ) ) : ?>