Make WordPress Core

Changeset 33419


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

Remove unused pw-weak ID attributes.

see #33077.

Location:
trunk/src/wp-admin
Files:
3 edited

Legend:

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

    r33387 r33419  
    165165            <td>
    166166                <label>
    167                     <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
     167                    <input type="checkbox" name="pw_weak" class="pw-checkbox" />
    168168                    <?php _e( 'Confirm use of weak password' ); ?>
    169169                </label>
  • 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>
  • 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.