From ea201ced16ee670c9fcbd3d9b2272aa432eddfc8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 Nov 2021 16:22:58 +0000 Subject: [PATCH] Coding Standards: Revert unrelated change to `wp_send_user_request()`. 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. Built from https://develop.svn.wordpress.org/trunk@52076 git-svn-id: http://core.svn.wordpress.org/trunk@51668 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index b5a4a3467a..8fad744dad 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -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### diff --git a/wp-includes/version.php b/wp-includes/version.php index 0bb656d77e..fa1861e3c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52075'; +$wp_version = '5.9-alpha-52076'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.