Changeset 53651
- Timestamp:
- 07/05/2022 12:23:29 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r52978 r53651 59 59 } else { 60 60 $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>'; 61 } 62 63 if ( current_user_can( 'edit_users' ) ) { 64 $help .= '<li>' . __( '<strong>Send password reset</strong> sends the user an email with a link to set a new password.' ) . '</li>'; 61 65 } 62 66
Note: See TracChangeset
for help on using the changeset viewer.