Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r15015 r15135  
    109109$parent_file = 'users.php';
    110110
    111 add_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>' . 
    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>' . 
     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>' .
     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>' .
    119119    '</ul>' .
    120120    '<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>' .
     
    122122    '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' .
    123123    '<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>'
     124    '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_SubPanel" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
     125    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    126126);
    127127
Note: See TracChangeset for help on using the changeset viewer.