Changeset 13844
- Timestamp:
- 03/27/2010 07:22:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r13827 r13844 851 851 return; 852 852 853 echo '<div class="error default-password-nag"><p> ';854 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/>855 <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');853 echo '<div class="error default-password-nag"><p><strong>' . __('Notice:') . '</strong> '; 854 printf(__("You're using the auto-generated password for your account. Would you like to change it to something you'll remember easier?<br/> 855 <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'); 856 856 echo '</p></div>'; 857 857 }
Note: See TracChangeset
for help on using the changeset viewer.