mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Updates: Select All should not be a column header.
See #31654. props tywayne. fixes #32905. git-svn-id: https://develop.svn.wordpress.org/trunk@33133 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
013e8d2263
commit
55ffb38e28
@ -245,7 +245,7 @@ function list_plugin_updates() {
|
||||
<table class="widefat" id="update-plugins-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></th>
|
||||
<td scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></td>
|
||||
<th scope="col" class="manage-column"><label for="plugins-select-all"><?php _e('Select All'); ?></label></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -298,7 +298,7 @@ function list_plugin_updates() {
|
||||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></th>
|
||||
<td scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></td>
|
||||
<th scope="col" class="manage-column"><label for="plugins-select-all-2"><?php _e( 'Select All' ); ?></label></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
@ -330,7 +330,7 @@ function list_theme_updates() {
|
||||
<table class="widefat" id="update-themes-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></th>
|
||||
<td scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></td>
|
||||
<th scope="col" class="manage-column"><label for="themes-select-all"><?php _e('Select All'); ?></label></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -349,7 +349,7 @@ function list_theme_updates() {
|
||||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all-2" /></th>
|
||||
<td scope="col" class="manage-column check-column"><input type="checkbox" id="themes-select-all-2" /></td>
|
||||
<th scope="col" class="manage-column"><label for="themes-select-all-2"><?php _e( 'Select All' ); ?></label></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user