diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index b5c9c0bc42..9c8e9ea763 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -272,10 +272,10 @@ if ( is_multisite() ) { if ( $do_both ) echo '
' . __( '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.' ) . '
'; $label = __('E-mail'); } else { - _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.' ); + echo '' . __( '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.' ) . '
'; $label = __('E-mail or Username'); } ?>