Changeset 7519 for trunk/wp-admin/plugins.php
- Timestamp:
- 03/26/2008 04:48:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r7518 r7519 148 148 <td class='status'>"; 149 149 if ( is_plugin_active($plugin_file) ) 150 echo "<img alt='" . __('Active Plugin') . "' src='images/active.png' />" .__('Active');150 echo __('Active'); 151 151 else 152 152 _e('Inactive');
Note: See TracChangeset
for help on using the changeset viewer.