Removing active image.

git-svn-id: https://develop.svn.wordpress.org/trunk@7519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-03-26 04:48:20 +00:00
parent 6662674cfc
commit 4705bdae6e
2 changed files with 1 additions and 1 deletions

View File

@@ -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>