From a8c80af126e498f6ff24c61aff8281f9ad42eb4f Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 21 Feb 2023 14:52:18 +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. Built from https://develop.svn.wordpress.org/trunk@55394 git-svn-id: http://core.svn.wordpress.org/trunk@54927 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/user-new.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/user-new.php b/wp-admin/network/user-new.php index caf692b83b..43fc684a02 100644 --- a/wp-admin/network/user-new.php +++ b/wp-admin/network/user-new.php @@ -132,7 +132,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) { - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 4c54e4431d..cdb04a3133 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta2-55393'; +$wp_version = '6.2-beta2-55394'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.