From 4352937ec0381702e01982a3dac6e5f8d0a09982 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 22 Jun 2010 23:04:49 +0000 Subject: [PATCH] Fix typo in user-new help. see #14038 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@15304 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/user-new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 50d6f1e7ef..12da9e1941 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -118,7 +118,7 @@ add_contextual_help($current_screen, '
  • ' . __('Subscribers can read comments/comment/receive newsletters, etc.') . '
  • ' . '' . '

    ' . __('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.') . '

    ' . - '

    ' . __('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.') . '

    ' . + '

    ' . __('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.') . '

    ' . '

    ' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '

    ' . '

    ' . __('For more information:') . '

    ' . '

    ' . __('Documentation on Adding New Users') . '

    ' .