From 98cb0591ebeceaac2d58b00c5d653eff450610b3 Mon Sep 17 00:00:00 2001 From: joedolson Date: Tue, 9 Nov 2021 00:01:57 +0000 Subject: [PATCH] Coding Standards: PHP Code style errors. Fixes coding standards issues. Follow up to [52060]. See #43700. Built from https://develop.svn.wordpress.org/trunk@52063 git-svn-id: http://core.svn.wordpress.org/trunk@51655 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.