From ab252fb9102b3c76e78b61db27e6f147e6fded6c Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Thu, 26 Aug 2021 14:05:58 +0000 Subject: [PATCH] Coding Standards: Fix indentation and remove `ignore` annotation in `wp_privacy_send_personal_data_export_email()`. Follow-up to [51129], [51410]. Props jrf, hellofromTonya. See #53359. Built from https://develop.svn.wordpress.org/trunk@51662 git-svn-id: http://core.svn.wordpress.org/trunk@51268 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/privacy-tools.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/privacy-tools.php b/wp-admin/includes/privacy-tools.php index ec2caa8aef..8b78752a85 100644 --- a/wp-admin/includes/privacy-tools.php +++ b/wp-admin/includes/privacy-tools.php @@ -662,8 +662,7 @@ function wp_privacy_send_personal_data_export_email( $request_id ) { /* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */ $email_text = __( -// phpcs:ignore Generic.WhiteSpace.ScopeIndent.Incorrect, PEAR.Functions.FunctionCallSignature.Indent -'Howdy, + 'Howdy, Your request for an export of personal data has been completed. You may download your personal data by clicking on the link below. For privacy diff --git a/wp-includes/version.php b/wp-includes/version.php index 4f15e57995..ec3e0aee8f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51661'; +$wp_version = '5.9-alpha-51662'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.