Make WordPress Core

Changeset 24185


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

Update the instructions on Edit Menus screen. props DrewAPicture. fixes #24261.

File:
1 edited

Legend:

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

    r23897 r24185  
    11321132        $result = '<div id="menu-instructions" class="post-body-plain';
    11331133        $result .= ( ! empty($menu_items) ) ? ' menu-instructions-inactive">' : '">';
    1134         $result .= '<p>' . __( 'Next, add menu items (i.e. pages, links, categories) from the column on the left.' ) . '</p>';
     1134        $result .= '<p>' . __( 'Add menu items (i.e. pages, links, categories) from the column on the left.' ) . '</p>';
    11351135        $result .= '</div>';
    11361136
Note: See TracChangeset for help on using the changeset viewer.