Changeset 7519
- Timestamp:
- 03/26/2008 04:48:20 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 deleted
- 1 edited
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.