Ticket #33168: user.php.diff
File user.php.diff, 793 bytes (added by , 9 years ago) |
---|
-
user.php
442 442 echo '<div class="error default-password-nag">'; 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' ); 448 448 printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );