Make WordPress Core

Ticket #34761: edit.diff

File edit.diff, 1.3 KB (added by zakb8, 7 years ago)
  • 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 Bulk Options to only show posts with that status. 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>'