From 97e6967d63ad1eea6baf48818a6ccdec6026e8e3 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Sun, 14 Jun 2015 20:40:35 +0000 Subject: [PATCH] Multisite: Use an email input for new user email address. We also need to set novalidate on the form due to some browsers rejecting valid email addresses containing an IDN. We should holistically investigate whether this is still an issue in any major browsers at some point. props earnjam. fixes #32643. git-svn-id: https://develop.svn.wordpress.org/trunk@32774 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/user-new.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/network/user-new.php b/src/wp-admin/network/user-new.php index b47e74cc12..3a63686fc2 100644 --- a/src/wp-admin/network/user-new.php +++ b/src/wp-admin/network/user-new.php @@ -85,7 +85,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) { ?> ?> -
+ @@ -93,7 +93,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) { ?> - +