Changeset 11266
- Timestamp:
- 05/11/2009 05:34:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r11217 r11266 826 826 827 827 echo '<div class="error default-password-nag"><p>'; 828 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 />828 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 /> 829 829 <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'); 830 830 echo '</p></div>';
Note: See TracChangeset
for help on using the changeset viewer.