#57666 closed defect (bug) (fixed)
Help tab on User list screen is missing help tab row action info
| Reported by: | kebbet | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | Help/About | Version: | |
| Severity: | normal | Keywords: | has-patch has-screenshots commit |
| Cc: | Focuses: | administration, ui-copy |
Description
On the screen Users, the help tab is missing info about the row action View.
The row actions typically avalible are:
Edit | Delete | View | Send password reset
But the help tab only lists
- Edit - Remove/Delete - Send password reset
Attachments (1)
Change History (12)
This ticket was mentioned in PR #4033 on WordPress/wordpress-develop by @kebbet.
4 years ago
#1
- Keywords has-patch added; needs-patch removed
4 years ago
#2
The check for current user ID is not correct. Maybe just leave the check out and always display the help tab info. Or is there a filter that sets author archives to false globally?
#5
@
4 years ago
Hello @kebbet, thanks for the ticket and patch!
This changeset looks pretty good to me.
I think this bugfix can be moved to milestone 6.2 if we have a rapid review of the copy changes.
Pinging @marybaum, @webcommsat and/or @oglekler as Help/About component maintainers: is it possible to get a review of the above copy changes so this could ship in WP 6.2? Thanks!
#6
@
4 years ago
Thanks for considering. For the ease of reviewing, the string is:
<strong>View</strong> takes you to a public author archive which lists all the posts published by the user.
#7
@
4 years ago
- Keywords commit added
- Milestone Awaiting Review → 6.2
Thanks for the ticket! The PR looks good to me.
#8
@
4 years ago
- Keywords needs-copy-review removed
Thanks for the ping. Copy review completed. Thanks @kebbet . This is good to go. Thanks @SergeyBiryukov and @audrasjb.
@audrasjb commented on PR #4033:
4 years ago
#11
Committed in https://core.trac.wordpress.org/changeset/55297
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Above: the help tab missing info on
View. Below: row actions with all avalible actions.