Make WordPress Core


Ignore:
Timestamp:
08/26/2008 12:40:10 AM (16 years ago)
Author:
azaozz
Message:

New colors and small improvements for the pwd strength meter, includes patch by Simek, fixes #7588

File:
1 edited

Legend:

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

    r8722 r8733  
    341341    <td><input type="password" name="pass1" id="pass1" size="16" value="" /> <?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?><br />
    342342        <input type="password" name="pass2" id="pass2" size="16" value="" /> <?php _e("Type your new password again."); ?><br />
    343         <?php if ( $is_profile_page ): ?>
    344         <p><strong><?php _e('Password Strength'); ?></strong></p>
    345         <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
     343    <?php if ( $is_profile_page ): ?>
     344        <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
    346345        <p><?php _e('Hint: Your password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).'); ?></p>
    347         <?php endif; ?>
     346    <?php endif; ?>
    348347    </td>
    349348</tr>
Note: See TracChangeset for help on using the changeset viewer.