diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php
index ae960a5d1f..acac0c4c29 100644
--- a/wp-admin/user-edit.php
+++ b/wp-admin/user-edit.php
@@ -674,7 +674,7 @@ endif;
// Allow admins to send reset password link.
if ( ! IS_PROFILE_PAGE ) :
?>
-
+
|
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 6f053cfd31..b2f9686909 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.7-beta3-50411';
+$wp_version = '5.7-beta3-50412';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|