Make WordPress Core


Ignore:
Timestamp:
05/07/2013 12:55:39 PM (13 years ago)
Author:
SergeyBiryukov
Message:

Clarify the instructions on Edit Menus screen. props tw2113. fixes #23936.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r24181 r24183  
    688688                            <?php if ( ! $add_new_screen ) : ?>
    689689                            <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 an item 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.' ); ?>
    691691                            <div class="drag-instructions post-body-plain" <?php if ( isset( $menu_items ) && 0 == count( $menu_items ) ) { ?>style="display: none;"<?php } ?>>
    692692                                <p><?php echo $starter_copy; ?></p>
Note: See TracChangeset for help on using the changeset viewer.