Skip to content

Commit

Permalink
Coding Standards: PHP Code style errors.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joedolson committed Nov 8, 2021
1 parent 39e33be commit 9558873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/user.php
Expand Up @@ -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.
Expand Down Expand Up @@ -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###
Expand Down

0 comments on commit 9558873

Please sign in to comment.