Changeset 15011 for trunk/wp-admin/users.php
- Timestamp:
- 05/27/2010 11:10:26 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r14664 r15011 18 18 $title = __('Users'); 19 19 $parent_file = 'users.php'; 20 21 // contextual help - choose Help on the top right of admin panel to preview this. 22 add_contextual_help($current_screen, 23 '<p>' . __('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.') . '</p>' . 24 '<p>' . __('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.') . '</p>' . 25 '<p>' . __('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.') . '</p>' . 26 '<p><strong>' . __('For more information:') . '</strong></p>' . 27 '<p>' . __('<a target="_blank" href=http://codex.wordpress.org/Users_Authors_and_Users_SubPanel">Documentation on Authors and Users</a>') . '</p>' . 28 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Roles_and_Capabilities">Roles and Capabilities Descriptions</a>') . '</p>' . 29 '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 30 ); 20 31 21 32 $update = $doaction = '';
Note: See TracChangeset
for help on using the changeset viewer.