Changeset 19111 for trunk/wp-admin/user-new.php
- Timestamp:
- 11/02/2011 03:12:37 AM (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
r18965 r19111 126 126 } 127 127 128 129 128 $title = __('Add New User'); 130 129 $parent_file = 'users.php'; … … 145 144 '<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>' . 146 145 '<p>' . __('New users will receive an email letting them know they’ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you don’t want the password to be included in the welcome email.') . '</p>' . 147 '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' . 146 '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' 147 ); 148 149 get_current_screen()->add_help_sidebar( 148 150 '<p><strong>' . __('For more information:') . '</strong></p>' . 149 151 '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.