Final network admin help tweaks. props andrea_r, fixes #15314.

git-svn-id: https://develop.svn.wordpress.org/trunk@17015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-17 03:34:00 +00:00
parent a3a37df98a
commit 5b6b8b66db
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ $action = $wp_list_table->current_action();
add_contextual_help($current_screen,
'<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' .
'<p>' . __('<strong>Users</strong> - This displays the users associated with this site. You can also change their role, reset their passowrd, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '</p>' .
'<p>' . __('<strong>Users</strong> - This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '</p>' .
'<p>' . __('See the contextual help on the next tab. ') . '</p>' .
'<p><strong>' . __('For more information:') . '</strong></p>' .
'<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Documentation on Network Settings</a>') . '</p>' .

View File

@ -18,7 +18,7 @@ if ( ! current_user_can('create_users') )
add_contextual_help($current_screen,
'<p>' . __('Add User will add that person to this table and send them an email.') . '</p>' .
'<p>' . __('Add User will set up a new user account on the network and send them an email with their username and password.') . '</p>' .
'<p>' . __('Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.') . '</p>' .
'<p><strong>' . __('For more information:') . '</strong></p>' .
'<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Users_SubPanel" target="_blank">Documentation on Network Users</a>') . '</p>' .