diff --git a/src/wp-admin/users.php b/src/wp-admin/users.php index d0c10a2051..ba96928bcf 100644 --- a/src/wp-admin/users.php +++ b/src/wp-admin/users.php @@ -60,6 +60,8 @@ if ( is_multisite() ) { $help .= '
  • ' . __( 'Delete 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.' ) . '
  • '; } +$help .= '
  • ' . __( 'View takes you to a public author archive which lists all the posts published by the user.' ) . '
  • '; + if ( current_user_can( 'edit_users' ) ) { $help .= '
  • ' . __( 'Send password reset sends the user an email with a link to set a new password.' ) . '
  • '; }