Changeset 24356 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 05/25/2013 04:52:26 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r24235 r24356 1129 1129 $result = '<div id="menu-instructions" class="post-body-plain'; 1130 1130 $result .= ( ! empty($menu_items) ) ? ' menu-instructions-inactive">' : '">'; 1131 $result .= '<p>' . __( 'Add menu items (i.e. pages, links, categories)from the column on the left.' ) . '</p>';1131 $result .= '<p>' . __( 'Add menu items from the column on the left.' ) . '</p>'; 1132 1132 $result .= '</div>'; 1133 1133
Note: See TracChangeset
for help on using the changeset viewer.