From 9558873885049bf318ab2310ada441f057b14e49 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Mon, 8 Nov 2021 23:18:35 +0000 Subject: [PATCH] Coding Standards: PHP Code style errors. Fixes coding standards issues. Follow up to [52060]. See #43700. git-svn-id: https://develop.svn.wordpress.org/trunk@52063 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 328287da4c7a..fb01d38dad73 100644 --- a/src/wp-includes/user.php +++ b/src/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###