Make WordPress Core


Ignore:
Timestamp:
07/26/2015 12:57:21 AM (9 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-edit.php

    r33368 r33419  
    492492    <td>
    493493        <label>
    494             <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
     494            <input type="checkbox" name="pw_weak" class="pw-checkbox" />
    495495            <?php _e( 'Confirm use of weak password' ); ?>
    496496        </label>
Note: See TracChangeset for help on using the changeset viewer.