Make WordPress Core

Changeset 33133


Ignore:
Timestamp:
07/08/2015 08:37:33 PM (9 years ago)
Author:
ocean90
Message:

Updates: Select All should not be a column header.

See #31654.

props tywayne.
fixes #32905.

File:
1 edited

Legend:

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

    r32974 r33133  
    246246    <thead>
    247247    <tr>
    248         <th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></th>
     248        <td scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></td>
    249249        <th scope="col" class="manage-column"><label for="plugins-select-all"><?php _e('Select All'); ?></label></th>
    250250    </tr>
     
    299299    <tfoot>
    300300    <tr>
    301         <th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></th>
     301        <td scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></td>
    302302        <th scope="col" class="manage-column"><label for="plugins-select-all-2"><?php _e( 'Select All' ); ?></label></th>
    303303    </tr>
     
    331331    <thead>
    332332    <tr>
    333         <th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></th>
     333        <td scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></td>
    334334        <th scope="col" class="manage-column"><label for="themes-select-all"><?php _e('Select All'); ?></label></th>
    335335    </tr>
     
    350350    <tfoot>
    351351    <tr>
    352         <th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all-2" /></th>
     352        <td scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all-2" /></td>
    353353        <th scope="col" class="manage-column"><label for="themes-select-all-2"><?php _e( 'Select All' ); ?></label></th>
    354354    </tr>
Note: See TracChangeset for help on using the changeset viewer.