Changeset 7519

Show
Ignore:
Timestamp:
03/26/08 04:48:20 (6 months ago)
Author:
matt
Message:

Removing active image.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/plugins.php

    r7518 r7519  
    148148        <td class='status'>"; 
    149149        if ( is_plugin_active($plugin_file) ) 
    150             echo "<img alt='" . __('Active Plugin') . "' src='images/active.png' />" . __('Active'); 
     150            echo __('Active'); 
    151151        else 
    152152            _e('Inactive');