mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
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:
@@ -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,
|
||||
) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user