From c31c22debe24cc278e22cca20ae0123b942328c8 Mon Sep 17 00:00:00 2001
From: jrfnl <jrfnl@users.noreply.github.com>
Date: Tue, 20 Jul 2021 17:58:53 +0200
Subject: [PATCH] CS: fix an issue, remove ignore annotation
---
src/wp-admin/includes/privacy-tools.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/wp-admin/includes/privacy-tools.php b/src/wp-admin/includes/privacy-tools.php
index ec2caa8aef..8b78752a85 100644
a
|
b
|
function wp_privacy_send_personal_data_export_email( $request_id ) { |
662 | 662 | |
663 | 663 | /* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */ |
664 | 664 | $email_text = __( |
665 | | // phpcs:ignore Generic.WhiteSpace.ScopeIndent.Incorrect, PEAR.Functions.FunctionCallSignature.Indent |
666 | | 'Howdy, |
| 665 | 'Howdy, |
667 | 666 | |
668 | 667 | Your request for an export of personal data has been completed. You may |
669 | 668 | download your personal data by clicking on the link below. For privacy |