Update help content for user edit page. props Ipstenu, see #19020.

git-svn-id: https://develop.svn.wordpress.org/trunk@19459 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-28 16:32:33 +00:00
parent 6bb6916409
commit 3b7414641b
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ $help_navigation = '<p>' . __('The left-hand navigation menu provides links to
$help_navigation .= '<p>' . __('Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.') . '</p>';
get_current_screen()->add_help_tab( array(
'id' => 'help-navigation',
'id' => 'help-navigation',
'title' => __('Navigation'),
'content' => $help_navigation,
) );