mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Update password nage text. Props Denis-de-Bernardy. fixes #9710
git-svn-id: http://svn.automattic.com/wordpress/trunk@11266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f9ac4331a0
commit
4b413f9e33
@ -825,7 +825,7 @@ function default_password_nag() {
|
||||
return;
|
||||
|
||||
echo '<div class="error default-password-nag"><p>';
|
||||
printf(__("Howdy, you're still using the auto-generated password for your account. We recommend that you change it to something you'll remember easier. Would you like to do this now?<br />
|
||||
printf(__("Notice: you're using the auto-generated password for your account. Would you like to change it to something you'll remember easier?<br />
|
||||
<a href='%s'>Yes, Take me to my profile page</a> | <a href='%s' id='default-password-nag-no'>No Thanks, Do not remind me again.</a>"), admin_url('profile.php') . '#password', '?default_password_nag=0');
|
||||
echo '</p></div>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user