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

git-svn-id: https://develop.svn.wordpress.org/trunk@19510 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-12-01 01:24:39 +00:00
parent 57da602f61
commit 29bacb72f0
6 changed files with 21 additions and 19 deletions

View File

@@ -327,7 +327,7 @@ get_current_screen()->add_help_tab( array(
) );
get_current_screen()->add_help_tab( array(
'id' => 'compatibility-problems',
'title' => __('Compatibility Problems'),
'title' => __('Troubleshooting'),
'content' =>
'<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>' .
'<p>' . sprintf( __('If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the <code>%s</code> directory and it will be automatically deactivated.'), WP_PLUGIN_DIR) . '</p>'