Changeset 15054 for trunk/wp-admin/user-new.php
- Timestamp:
- 05/29/2010 04:16:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-new.php
r15015 r15054 112 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 113 '<ul>' . 114 '<li>' . __('Administrators have access to all the administration features ') . '</li>' .114 '<li>' . __('Administrators have access to all the administration features.') . '</li>' . 115 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>' .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 118 '<li>' . __('Subscribers can read comments/comment/receive newsletters, etc.') . '</li>' . 119 119 '</ul>' .
Note: See TracChangeset
for help on using the changeset viewer.