Changeset 19510 for trunk/wp-admin/plugins.php
- Timestamp:
- 12/01/2011 01:24:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r19445 r19510 328 328 get_current_screen()->add_help_tab( array( 329 329 'id' => 'compatibility-problems', 330 'title' => __(' Compatibility Problems'),330 'title' => __('Troubleshooting'), 331 331 'content' => 332 332 '<p>' . __('Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin’s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.