Make WordPress Core


Ignore:
Timestamp:
07/08/2015 09:27:25 PM (9 years ago)
Author:
ocean90
Message:

Add/Edit User: Move weak password label to the checkbox.

props paulwilde.
fixes #32908.

File:
1 edited

Legend:

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

    r33067 r33137  
    482482</tr>
    483483<tr class="pw-weak">
    484     <th><label for="pw-weak"><?php _e( 'Confirm Password' ); ?></label></th>
     484    <th><?php _e( 'Confirm Password' ); ?></th>
    485485    <td>
    486     <input type="checkbox" name="pw-weak" class="pw-checkbox" />
    487     <?php _e( 'Confirm use of weak password' ); ?>
     486        <label for="pw-weak">
     487            <input type="checkbox" name="pw-weak" class="pw-checkbox" id="pw-weak" />
     488            <?php _e( 'Confirm use of weak password' ); ?>
     489        </label>
    488490    </td>
    489491</tr>
Note: See TracChangeset for help on using the changeset viewer.