diff --git a/wp-admin/users.php b/wp-admin/users.php index b085063842..b9cd657fa4 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -51,13 +51,6 @@ case 'adduser': } $user_nickname = $user_login; - /* checking e-mail address */ - if ($user_email == '') { - die (__('ERROR: Please type your e-mail address.')); - } else if (!is_email($user_email)) { - die (__('ERROR: The email address isn’t correct.')); - } - /* checking the login isn't already used by another user */ $loginthere = $wpdb->get_var("SELECT user_login FROM $tableusers WHERE user_login = '$user_login'"); if ($loginthere) { @@ -304,8 +297,8 @@ echo "\n -

- +

+