diff --git a/wp-admin/users.php b/wp-admin/users.php index 0c33290b75..d3c96a877f 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -22,7 +22,7 @@ $parent_file = 'users.php'; add_contextual_help($current_screen, '
' . __('This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options when they are logged in, based on their role.') . '
' . '' . __('You can customize the display of information on this screen as you can on other screens, by using the Screen Options tab and the on-screen filters.') . '
' . - '' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Appearance menu section.') . '
' . + '' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.') . '
' . '' . __('For more information:') . '
' . '' . __('Documentation on Authors and Users') . '
' . '' . __('Roles and Capabilities Descriptions') . '
' .