Ticket #13467: addnewuser_help_update.patch
File addnewuser_help_update.patch, 1.0 KB (added by , 14 years ago) |
---|
-
wp-admin/user-new.php
121 121 '<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 do not the password to be included in the welcome email.') . '</p>' . 122 122 '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' . 123 123 '<p><strong>' . __('For more information:') . '</strong></p>' . 124 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Add_New_SubPanel"> AddNew Users</a>') . '</p>' .124 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Add_New_SubPanel">Documentation on Adding New Users</a>') . '</p>' . 125 125 '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 126 126 ); 127 127