mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 00:10:36 +01:00
Revert [15925]. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a3df4e07a5
commit
5117ddfd49
@ -3598,7 +3598,7 @@ class WP_Plugins_Table extends WP_List_Table {
|
|||||||
$plugin_name = $plugin_data['Name'];
|
$plugin_name = $plugin_data['Name'];
|
||||||
}
|
}
|
||||||
echo "
|
echo "
|
||||||
<tr class='$class' id='$plugin_file'>
|
<tr class='$class'>
|
||||||
<th scope='row' class='check-column'>$checkbox</th>
|
<th scope='row' class='check-column'>$checkbox</th>
|
||||||
<td class='plugin-title'><strong>$plugin_name</strong></td>
|
<td class='plugin-title'><strong>$plugin_name</strong></td>
|
||||||
<td class='desc'>$description</td>
|
<td class='desc'>$description</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user