Changeset 45602 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 07/05/2019 05:20:52 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r45542 r45602 241 241 'title' => __( 'User Roles' ), 242 242 'content' => '<p>' . __( 'Here is a basic overview of the different user roles and the permissions associated with each one:' ) . '</p>' . 243 '<ul>' .244 '<li>' . __( 'Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.' ) . '</li>' .245 '<li>' . __( 'Contributors can write and manage their posts but not publish posts or upload media files.' ) . '</li>' .246 '<li>' . __( 'Authors can publish and manage their own posts, and are able to upload files.' ) . '</li>' .247 '<li>' . __( 'Editors can publish posts, manage posts as well as manage other people’s posts, etc.' ) . '</li>' .248 '<li>' . __( 'Administrators have access to all the administration features.' ) . '</li>' .249 '</ul>',243 '<ul>' . 244 '<li>' . __( 'Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.' ) . '</li>' . 245 '<li>' . __( 'Contributors can write and manage their posts but not publish posts or upload media files.' ) . '</li>' . 246 '<li>' . __( 'Authors can publish and manage their own posts, and are able to upload files.' ) . '</li>' . 247 '<li>' . __( 'Editors can publish posts, manage posts as well as manage other people’s posts, etc.' ) . '</li>' . 248 '<li>' . __( 'Administrators have access to all the administration features.' ) . '</li>' . 249 '</ul>', 250 250 ) 251 251 );
Note: See TracChangeset
for help on using the changeset viewer.