diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 12da9e1941..0ea2d94dc2 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -191,7 +191,7 @@ if ( !is_multisite() ) { else echo '
' . sprintf(__('Users cannot currently register themselves, but you can manually create users here.'), admin_url('options-general.php#users_can_register')) . '
'; } else { - echo '' . __( 'You can add new users to your site in two ways:' ) . '
' . __( 'You can add new users to your site in two ways:' ) . '
' . __( 'That person will be sent an email asking them to click a link confirming the invite. New users will then be sent an email with a randomly generated password and a login link.' ) . '
'; } ?>