Make WordPress Core

Changeset 7519


Ignore:
Timestamp:
03/26/2008 04:48:20 AM (17 years ago)
Author:
matt
Message:

Removing active image.

Location:
trunk/wp-admin
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • 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');
Note: See TracChangeset for help on using the changeset viewer.