Changeset 19593 for trunk/wp-admin/plugins.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r19528 r19593 356 356 $errmsg = __( 'You cannot delete a plugin while it is active on the main site.' ); 357 357 elseif ( isset($_GET['charsout']) ) 358 $errmsg = sprintf(__('The plugin generated %d characters of <strong>unexpected output</strong> during activation. 358 $errmsg = sprintf(__('The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.'), $_GET['charsout']); 359 359 else 360 360 $errmsg = __('Plugin could not be activated because it triggered a <strong>fatal error</strong>.');
Note: See TracChangeset
for help on using the changeset viewer.