Changeset 24183 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 05/07/2013 12:55:39 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/nav-menus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r24181 r24183 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>
Note: See TracChangeset
for help on using the changeset viewer.