Make WordPress Core


Ignore:
Timestamp:
12/17/2010 11:34:10 PM (14 years ago)
Author:
nacin
Message:

Network admin contextual help fixes. props SergeyBiryukov, fixes #15314.

File:
1 edited

Legend:

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

    r17015 r17037  
    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 password, or remove them from the site. Removing the user from the site does not remove the user from the network. ') . '</p>' .
    27     '<p>' . __('See the contextual help on the next tab. ') . '</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>' .
     27    '<p>' . __('See the contextual help on the next tab.') . '</p>' .
    2828    '<p><strong>' . __('For more information:') . '</strong></p>' .
    2929    '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Documentation on Network Settings</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.