Set $plugin_file as plugin row id. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
10ec70d244
commit
50e06d42ee
|
@ -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'>
|
<tr class='$class' id='$plugin_file'>
|
||||||
<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