Make WordPress Core

Ticket #32905: 32905.diff

File 32905.diff, 1.8 KB (added by tywayne, 11 years ago)
  • wp-admin/update-core.php

     
    245245<table class="widefat" id="update-plugins-table">
    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>
    251251        </thead>
     
    298298
    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>
    304304        </tfoot>
     
    330330<table class="widefat" id="update-themes-table">
    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>
    336336        </thead>
     
    349349
    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>
    355355        </tfoot>