Make WordPress Core


Ignore:
Timestamp:
12/01/2011 01:24:39 AM (13 years ago)
Author:
nacin
Message:

Help tweaks for themes, plugins screens. props jane, see #19020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r19445 r19510  
    328328get_current_screen()->add_help_tab( array(
    329329'id'        => 'compatibility-problems',
    330 'title'     => __('Compatibility Problems'),
     330'title'     => __('Troubleshooting'),
    331331'content'   =>
    332332    '<p>' . __('Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin&#8217;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.