Make WordPress Core


Ignore:
Timestamp:
05/27/2010 11:10:26 PM (15 years ago)
Author:
nacin
Message:

Users help. props dragoonis. see #13467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-new.php

    r14326 r15011  
    109109$parent_file = 'users.php';
    110110
     111add_contextual_help($current_screen,
     112    '<p>' . __('To add a new user to your site, fill in the form on this screen. If you&#8217;re not sure which role to assign, you can use the link below to review the different roles and their capabilities. Here is a basic overview of roles:') . '</p>' .
     113    '<ul style="list-style: inside;">' .
     114        '<li>' . __('Administrators have access to all the administration features') . '</li>' .
     115        '<li>' . __('Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.')  . '</li>' .
     116        '<li>' . __('Authors can publish and manage their own posts') . '</li>' .
     117        '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files') . '</li>' .
     118        '<li>' . __('Subscribers can read comments/comment/receive newsletters, etc.') . '</li>' . 
     119    '</ul>' .
     120    '<p>' . __('You must assign a password to the new user, but don&#8217;t worry; when they log in for the first time they will be prompted to change it. The username, however, cannot be changed.') . '</p>' .
     121    '<p>' . __('New users will receive an email letting them know they&#8217;ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you do not the password to be included in the welcome email.') . '</p>' .
     122    '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' .
     123    '<p><strong>' . __('For more information:') . '</strong></p>' .
     124    '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Add_New_SubPanel">Add New Users</a>') . '</p>' .
     125    '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
     126);
     127
    111128wp_enqueue_script('wp-ajax-response');
    112129wp_enqueue_script('user-profile');
Note: See TracChangeset for help on using the changeset viewer.