equal
deleted
inserted
replaced
660 */ |
660 */ |
661 $subject = apply_filters( 'wp_privacy_personal_data_email_subject', $subject, $site_name, $email_data ); |
661 $subject = apply_filters( 'wp_privacy_personal_data_email_subject', $subject, $site_name, $email_data ); |
662 |
662 |
663 /* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */ |
663 /* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */ |
664 $email_text = __( |
664 $email_text = __( |
665 // phpcs:ignore Generic.WhiteSpace.ScopeIndent.Incorrect, PEAR.Functions.FunctionCallSignature.Indent |
665 'Howdy, |
666 'Howdy, |
|
667 |
666 |
668 Your request for an export of personal data has been completed. You may |
667 Your request for an export of personal data has been completed. You may |
669 download your personal data by clicking on the link below. For privacy |
668 download your personal data by clicking on the link below. For privacy |
670 and security, we will automatically delete the file on ###EXPIRATION###, |
669 and security, we will automatically delete the file on ###EXPIRATION###, |
671 so please download it before then. |
670 so please download it before then. |