Opened 8 years ago
Closed 7 years ago
#34761 closed enhancement (fixed)
Posts screen: Improve the "filter by status" links description in the Help tab
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Administration | Keywords: | good-first-bug has-patch |
Focuses: | ui, accessibility | Cc: |
Description
Noticed a couple of small things in the Help tabs that could be improved a bit:
- "upper left" is not so useful for screen reader users: references to "visual" positions should be avoided in favor of positions in the document structure; "above the posts list" is better because suggests that it's "before"
- just four possible post statuses are listed (All, Published, Draft, or Trashed) while there are many others, see screenshot below; maybe a more generic text would be more appropriate and future-proof
Attachments (6)
Change History (12)
@
8 years ago
I found "upper left" on both plugin-install.php and users.php. so i fixed them. But in users.php, i didnt change texts to generic 'cause increasing user roles are less possible.
#1
@
8 years ago
<?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>'
#2
@
7 years ago
- Keywords has-patch added
Refreshed patch merges the previous ones and replaces also references to "upper right". By the way, found many occurrences of "on the left" and "on the right" that should be changed as well.
Note: See
TracTickets for help on using
tickets.
fixed text on help tab in edit.php