Make WordPress Core

Changeset 17015


Ignore:
Timestamp:
12/17/2010 03:34:00 AM (13 years ago)
Author:
nacin
Message:

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

Location:
trunk/wp-admin/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-users.php

    r17006 r17015  
    2424add_contextual_help($current_screen,
    2525    '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' .
    26     '<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>' .
     26    '<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>' .
    2727    '<p>' . __('See the contextual help on the next tab. ') . '</p>' .
    2828    '<p><strong>' . __('For more information:') . '</strong></p>' .
  • trunk/wp-admin/network/user-new.php

    r16983 r17015  
    1919
    2020add_contextual_help($current_screen,
    21     '<p>' . __('Add User will add that person to this table and send them an email.') . '</p>' .
     21    '<p>' . __('Add User will set up a new user account on the network and send them an email with their username and password.') . '</p>' .
    2222    '<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>' .
    2323    '<p><strong>' . __('For more information:') . '</strong></p>' .
Note: See TracChangeset for help on using the changeset viewer.