Changeset 50234 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 02/07/2021 12:42:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r50129 r50234 624 624 <p class="description"> 625 625 <?php 626 /* translators: 1: User's display name. */626 /* translators: %s: User's display name. */ 627 627 printf( __( 'Send %s a link to reset their password. This will not change their password, nor will it force a change.' ), esc_html( $profileuser->display_name ) ); 628 628 ?>
Note: See TracChangeset
for help on using the changeset viewer.