Help/About: Add info about the "View" row action link to the Users screen help tab.

Props kebbet, audrasjb, SergeyBiryukov, webcommsat.
Fixes #57666.


git-svn-id: https://develop.svn.wordpress.org/trunk@55297 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-02-08 16:12:20 +00:00
parent 868e43d471
commit a550b2d14f

View File

@ -60,6 +60,8 @@ if ( is_multisite() ) {
$help .= '<li>' . __( '<strong>Delete</strong> brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using bulk actions.' ) . '</li>';
}
$help .= '<li>' . __( '<strong>View</strong> takes you to a public author archive which lists all the posts published by the user.' ) . '</li>';
if ( current_user_can( 'edit_users' ) ) {
$help .= '<li>' . __( '<strong>Send password reset</strong> sends the user an email with a link to set a new password.' ) . '</li>';
}