Changeset 33133
- Timestamp:
- 07/08/2015 08:37:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r32974 r33133 246 246 <thead> 247 247 <tr> 248 <t h 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> 249 249 <th scope="col" class="manage-column"><label for="plugins-select-all"><?php _e('Select All'); ?></label></th> 250 250 </tr> … … 299 299 <tfoot> 300 300 <tr> 301 <t h 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> 302 302 <th scope="col" class="manage-column"><label for="plugins-select-all-2"><?php _e( 'Select All' ); ?></label></th> 303 303 </tr> … … 331 331 <thead> 332 332 <tr> 333 <t h 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> 334 334 <th scope="col" class="manage-column"><label for="themes-select-all"><?php _e('Select All'); ?></label></th> 335 335 </tr> … … 350 350 <tfoot> 351 351 <tr> 352 <t h 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> 353 353 <th scope="col" class="manage-column"><label for="themes-select-all-2"><?php _e( 'Select All' ); ?></label></th> 354 354 </tr>
Note: See TracChangeset
for help on using the changeset viewer.