Help tweaks for users, tools. props jane, see #19020.

git-svn-id: https://develop.svn.wordpress.org/trunk@19509 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-12-01 01:17:14 +00:00
parent 4b0fc55339
commit 57da602f61
6 changed files with 56 additions and 32 deletions

View File

@@ -44,8 +44,8 @@ $profile_help = '<p>' . __('Your profile contains information about you (your &#
'<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>';
get_current_screen()->add_help_tab( array(
'id' => 'your-profile',
'title' => __('Your Profile'),
'id' => 'overview',
'title' => __('Overview'),
'content' => $profile_help,
) );