Make WordPress Core

Changeset 11266


Ignore:
Timestamp:
05/11/2009 05:34:24 PM (14 years ago)
Author:
ryan
Message:

Update password nage text. Props Denis-de-Bernardy. fixes #9710

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/user.php

    r11217 r11266  
    826826
    827827    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 />
    829829              <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');
    830830    echo '</p></div>';
Note: See TracChangeset for help on using the changeset viewer.