Ticket #23936: menuconfigverbage.diff
| File menuconfigverbage.diff, 1.2 KB (added by , 13 years ago) |
|---|
-
wp-admin/nav-menus.php
687 687 <div id="post-body-content"> 688 688 <?php if ( ! $add_new_screen ) : ?> 689 689 <h3><?php _e( 'Menu Structure' ); ?></h3> 690 <?php $starter_copy = ( $one_theme_location_no_menus ) ? __( 'Edit your default menu by adding or removing items. Drag each item into the order you prefer. Click Create Menu to save your changes.' ) : __( 'Drag each item into the order you prefer. Click anitem to reveal additional configuration options.' ); ?>690 <?php $starter_copy = ( $one_theme_location_no_menus ) ? __( 'Edit your default menu by adding or removing items. Drag each item into the order you prefer. Click Create Menu to save your changes.' ) : __( 'Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options.' ); ?> 691 691 <div class="drag-instructions post-body-plain" <?php if ( isset( $menu_items ) && 0 == count( $menu_items ) ) { ?>style="display: none;"<?php } ?>> 692 692 <p><?php echo $starter_copy; ?></p> 693 693 </div>