[wp-trac] [WordPress Trac] #34761: Posts screen: Improve the "filter by status" links description in the Help tab

WordPress Trac noreply at wordpress.org
Wed Nov 25 23:23:46 UTC 2015


#34761: Posts screen: Improve the "filter by status" links description in the Help
tab
----------------------------+--------------------------------
 Reporter:  afercia         |       Owner:
     Type:  enhancement     |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  4.3
 Severity:  normal          |  Resolution:
 Keywords:  good-first-bug  |     Focuses:  ui, accessibility
----------------------------+--------------------------------

Comment (by pansotdev):

 {{{#!php
 <?php
 Index: src/wp-admin/edit.php
 ===================================================================
 --- src/wp-admin/edit.php (revision 35729)
 +++ src/wp-admin/edit.php (working copy)
 @@ -194,7 +194,7 @@
                  '<p>' . __('You can customize the display of this
 screen’s contents in a number of ways:') . '</p>' .
                  '<ul>' .
                          '<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>' .
 -                        '<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>' .
 +                        '<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>' .
                          '<li>' . __('You can view posts in a simple title
 list or with an excerpt using the Screen Options tab.') . '</li>' .
                          '<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>' .
                  '</ul>'
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34761#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list