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
This commit is contained in:
joedolson 2021-11-09 00:01:57 +00:00
parent f05f235042
commit 98cb0591eb
2 changed files with 3 additions and 3 deletions

View File

@ -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###

View File

@ -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.