Changeset 12848 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 01/26/2010 06:39:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugin-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r12546 r12848 209 209 <?php endif; ?> 210 210 <?php if ( is_writeable($real_file) ) : ?> 211 <?php if ( in_array( $file, (array) get_option('active_plugins')) ) { ?>211 <?php if ( in_array( $file, (array) get_option( 'active_plugins', array() ) ) ) { ?> 212 212 <p><?php _e('<strong>Warning:</strong> Making changes to active plugins is not recommended. If your changes cause a fatal error, the plugin will be automatically deactivated.'); ?></p> 213 213 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.