From 910a76f5c23f40798b42aa90794a5ed079bb0413 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 21 Feb 2023 14:50:49 +0000 Subject: [PATCH] Networks and Sites: Fix the attributes for the email input field on the new network user screen. This reverts the email input field back to its previous state (before [55026]), except for the expected addition of the `required` attribute. Follow-up to [55026]. Props johnbillion. Fixes #38460. git-svn-id: https://develop.svn.wordpress.org/trunk@55394 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/user-new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/network/user-new.php b/src/wp-admin/network/user-new.php index caf692b83b..43fc684a02 100644 --- a/src/wp-admin/network/user-new.php +++ b/src/wp-admin/network/user-new.php @@ -132,7 +132,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) { - +