Changes in trunk/wp-admin/user-new.php [15015:15135]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-new.php
r15015 r15135 109 109 $parent_file = 'users.php'; 110 110 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’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’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>' . 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’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’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 119 '</ul>' . 120 120 '<p>' . __('You must assign a password to the new user, but don’t worry; when they log in for the first time they will be prompted to change it. The username, however, cannot be changed.') . '</p>' . … … 122 122 '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' . 123 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>'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>' 126 126 ); 127 127
Note: See TracChangeset
for help on using the changeset viewer.