Changeset 15055
- Timestamp:
- 05/29/2010 04:35:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r15054 r15055 187 187 <thead> 188 188 <tr> 189 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>190 <th scope="col" class="manage-column">< ?php _e('Select All'); ?></th>189 <th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></th> 190 <th scope="col" class="manage-column"><label for="plugins-select-all"><?php _e('Select All'); ?></label></th> 191 191 </tr> 192 192 </thead> … … 194 194 <tfoot> 195 195 <tr> 196 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>197 <th scope="col" class="manage-column">< ?php _e('Select All'); ?></th>196 <th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></label></th> 197 <th scope="col" class="manage-column"><label for="plugins-select-all-2"><?php _e('Select All'); ?></label></th> 198 198 </tr> 199 199 </tfoot> … … 260 260 <thead> 261 261 <tr> 262 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>263 <th scope="col" class="manage-column">< ?php _e('Theme'); ?></th>262 <th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></th> 263 <th scope="col" class="manage-column"><label for="themes-select-all"><?php _e('Select All'); ?></label></th> 264 264 </tr> 265 265 </thead> … … 267 267 <tfoot> 268 268 <tr> 269 <th scope="col" class="manage-column check-column"><input type="checkbox" /></th>270 <th scope="col" class="manage-column">< ?php _e('Theme'); ?></th>269 <th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all-2" /></th> 270 <th scope="col" class="manage-column"><label for="themes-select-all-2"><?php _e('Select All'); ?></label></th> 271 271 </tr> 272 272 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.