mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Removing active image.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ed0379930b
commit
909c0f8fbd
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