Make WordPress Core


Ignore:
Timestamp:
07/13/2015 10:21:39 PM (10 years ago)
Author:
obenland
Message:

Passwords: New UI for install screen.

Also synchronises the use of pw_weak as an input name and removes trailing
periods from checkbox labels.

Props MikeHansenMe, adamsilverstein, obenland.
See #32589.

File:
1 edited

Legend:

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

    r33137 r33246  
    484484    <th><?php _e( 'Confirm Password' ); ?></th>
    485485    <td>
    486         <label for="pw-weak">
    487             <input type="checkbox" name="pw-weak" class="pw-checkbox" id="pw-weak" />
     486        <label for="pw_weak">
     487            <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
    488488            <?php _e( 'Confirm use of weak password' ); ?>
    489489        </label>
Note: See TracChangeset for help on using the changeset viewer.