Make WordPress Core

Ticket #24261: 24261.diff

File 24261.diff, 759 bytes (added by DrewAPicture, 12 years ago)
  • wp-admin/includes/nav-menu.php

     
    11311131                $menu_items = wp_get_nav_menu_items( $menu->term_id, array('post_status' => 'any') );
    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
    11371137                if( empty($menu_items) )