Changeset 19593 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r19528 r19593 237 237 <?php if ( is_writeable($real_file) ) : ?> 238 238 <?php if ( in_array( $file, (array) get_option( 'active_plugins', array() ) ) ) { ?> 239 <p><?php _e('<strong>Warning:</strong> Making changes to active plugins is not recommended. 239 <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> 240 240 <?php } ?> 241 241 <p class="submit">
Note: See TracChangeset
for help on using the changeset viewer.