Make WordPress Core


Ignore:
Timestamp:
07/26/2015 12:57:21 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove unused pw-weak ID attributes.

see #33077.

File:
1 edited

Legend:

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

    r33364 r33419  
    426426                <td>
    427427                        <label>
    428                                 <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
     428                                <input type="checkbox" name="pw_weak" class="pw-checkbox" />
    429429                                <?php _e( 'Confirm use of weak password' ); ?>
    430430                        </label>
Note: See TracChangeset for help on using the changeset viewer.