Ticket #32905: 32905.diff
| File 32905.diff, 1.8 KB (added by , 11 years ago) |
|---|
-
wp-admin/update-core.php
245 245 <table class="widefat" id="update-plugins-table"> 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> 251 251 </thead> … … 298 298 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> 304 304 </tfoot> … … 330 330 <table class="widefat" id="update-themes-table"> 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> 336 336 </thead> … … 349 349 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> 355 355 </tfoot>