diff --git a/wp-includes/user.php b/wp-includes/user.php index 328287da4c..fb01d38dad 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -3049,7 +3049,7 @@ function register_new_user( $user_login, $user_email ) { if ( in_array( $wp_lang, get_available_languages(), true ) ) { update_user_meta( $user_id, 'locale', $wp_lang ); // Set user locale if defined on registration. } - } + } /** * Fires after a new user registration has been recorded. @@ -4343,7 +4343,7 @@ function wp_send_user_request( $request_id ) { A request has been made to perform the following action on your account: - ###DESCRIPTION### + ###DESCRIPTION### To confirm this, please click on the following link: ###CONFIRM_URL### diff --git a/wp-includes/version.php b/wp-includes/version.php index 1a713f8618..2332cc7d2d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52062'; +$wp_version = '5.9-alpha-52063'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.