Make WordPress Core

Ticket #33168: user.php.diff

File user.php.diff, 793 bytes (added by arjunskumar, 9 years ago)

Corrected the password change notification text

  • user.php

     
    442442        echo '<div class="error default-password-nag">';
    443443        echo '<p>';
    444444        echo '<strong>' . __('Notice:') . '</strong> ';
    445         _e('You&rsquo;re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
     445        _e('You&rsquo;re using the auto-generated password for your account. Would you like to change it?');
    446446        echo '</p><p>';
    447447        printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', get_edit_profile_url() . '#password' );
    448448        printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );