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
This commit is contained in:
hellofromTonya 2021-08-26 14:05:58 +00:00
parent 2e9fe3c986
commit ab252fb910
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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.