diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 2f1c468b53..d17574ce76 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -640,7 +640,7 @@ switch ( $action ) { - +
diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 1c62f18cb3..a1bf974237 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -566,7 +566,7 @@ if ( current_user_can( 'create_users' ) ) { - +
diff --git a/wp-includes/version.php b/wp-includes/version.php index caa3b74019..0461548a07 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55891'; +$wp_version = '6.3-alpha-55892'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.