mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Remove errant closing label tag. props wahgnube, fixes #13901.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
15bbb301b4
commit
174a4407dc
@ -193,7 +193,7 @@ function list_plugin_updates() {
|
||||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></label></th>
|
||||
<th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></th>
|
||||
<th scope="col" class="manage-column"><label for="plugins-select-all-2"><?php _e('Select All'); ?></label></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
Loading…
Reference in New Issue
Block a user