Skip to content

Commit

Permalink
Coding Standards: Revert unrelated change to wp_send_user_request().
Browse files Browse the repository at this point in the history
This fixes a mix of tabs and spaces in the email template. Spaces inside a string are not considered WPCS errors, and are not required to be converted to tabs.

Follow-up to [52060], [52063].

See #43700.

git-svn-id: https://develop.svn.wordpress.org/trunk@52076 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Nov 9, 2021
1 parent 40da0f6 commit f0de932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/user.php
Expand Up @@ -4470,7 +4470,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 f0de932

Please sign in to comment.