Changeset 33485 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 07/29/2015 02:05:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r33023 r33485 443 443 echo '<p>'; 444 444 echo '<strong>' . __('Notice:') . '</strong> '; 445 _e('You’re using the auto-generated password for your account. Would you like to change it to something easier to remember?');445 _e('You’re using the auto-generated password for your account. Would you like to change it?'); 446 446 echo '</p><p>'; 447 447 printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', get_edit_profile_url() . '#password' );
Note: See TracChangeset
for help on using the changeset viewer.