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:
parent
2e9fe3c986
commit
ab252fb910
|
@ -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. */
|
/* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */
|
||||||
$email_text = __(
|
$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
|
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
|
download your personal data by clicking on the link below. For privacy
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue