Ticket #34761: edit-php-fix-text-on-help-tab.diff
File edit-php-fix-text-on-help-tab.diff, 1.3 KB (added by , 8 years ago) |
---|
-
src/wp-admin/edit.php
194 194 '<p>' . __('You can customize the display of this screen’s contents in a number of ways:') . '</p>' . 195 195 '<ul>' . 196 196 '<li>' . __('You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.') . '</li>' . 197 '<li>' . __('You can filter the list of posts by post status using the text links in the upper left to show All, Published, Draft, or Trashed posts. The default view is to show all posts.') . '</li>' .197 '<li>' . __('You can filter the list of posts by post status using the text links above the posts list to show kinds of post status like All, Published, Draft, Trash and so on. The default view is to show all posts.') . '</li>' . 198 198 '<li>' . __('You can view posts in a simple title list or with an excerpt using the Screen Options tab.') . '</li>' . 199 199 '<li>' . __('You can refine the list to show only posts in a specific category or from a specific month by using the dropdown menus above the posts list. Click the Filter button after making your selection. You also can refine the list by clicking on the post author, category or tag in the posts list.') . '</li>' . 200 200 '</ul>'