Make WordPress Core

Ticket #34761: edit-php-fix-text-on-help-tab.diff

File edit-php-fix-text-on-help-tab.diff, 1.3 KB (added by odysseygate, 8 years ago)

fixed text on help tab in edit.php

  • src/wp-admin/edit.php

     
    194194                '<p>' . __('You can customize the display of this screen&#8217;s contents in a number of ways:') . '</p>' .
    195195                '<ul>' .
    196196                        '<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>' .
    198198                        '<li>' . __('You can view posts in a simple title list or with an excerpt using the Screen Options tab.') . '</li>' .
    199199                        '<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>' .
    200200                '</ul>'