Removing active image.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-26 04:48:20 +00:00
parent ed0379930b
commit 909c0f8fbd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 781 B

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>