Removing active image.
git-svn-id: https://develop.svn.wordpress.org/trunk@7519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6662674cfc
commit
4705bdae6e
Binary file not shown.
Before Width: | Height: | Size: 781 B |
@ -147,7 +147,7 @@ if (empty($plugins)) {
|
||||
<td class='desc'><p>{$plugin_data['Description']}$author</p></td>
|
||||
<td class='status'>";
|
||||
if ( is_plugin_active($plugin_file) )
|
||||
echo "<img alt='" . __('Active Plugin') . "' src='images/active.png' />" . __('Active');
|
||||
echo __('Active');
|
||||
else
|
||||
_e('Inactive');
|
||||
echo "</td>
|
||||
|
Loading…
Reference in New Issue
Block a user