Changeset 29233
- Timestamp:
- 07/18/2014 11:47:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r29030 r29233 172 172 'content' => '<p>' . __('Here is a basic overview of the different user roles and the permissions associated with each one:') . '</p>' . 173 173 '<ul>' . 174 '<li>' . __('Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.') . '</li>' . 175 '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '</li>' . 176 '<li>' . __('Authors can publish and manage their own posts, and are able to upload files.') . '</li>' . 177 '<li>' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '</li>' . 174 178 '<li>' . __('Administrators have access to all the administration features.') . '</li>' . 175 '<li>' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '</li>' .176 '<li>' . __('Authors can publish and manage their own posts, and are able to upload files.') . '</li>' .177 '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '</li>' .178 '<li>' . __('Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.') . '</li>' .179 179 '</ul>' 180 180 ) );
Note: See TracChangeset
for help on using the changeset viewer.