Changeset 19593 for trunk/wp-admin/user-new.php
- Timestamp:
- 12/13/2011 11:45:31 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-new.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-new.php
r19528 r19593 164 164 '<ul>' . 165 165 '<li>' . __('Administrators have access to all the administration features.') . '</li>' . 166 '<li>' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '</li>' .166 '<li>' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '</li>' . 167 167 '<li>' . __('Authors can publish and manage their own posts, and are able to upload files.') . '</li>' . 168 168 '<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '</li>' . … … 252 252 echo '<h3 id="add-existing-user">' . __('Add Existing User') . '</h3>'; 253 253 if ( !is_super_admin() ) { 254 _e( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );254 _e( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' ); 255 255 $label = __('E-mail'); 256 256 } else { 257 _e( 'Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );257 _e( 'Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' ); 258 258 $label = __('E-mail or Username'); 259 259 }
Note: See TracChangeset
for help on using the changeset viewer.