Make WordPress Core

Changeset 51662


Ignore:
Timestamp:
08/26/2021 02:04:55 PM (3 years ago)
Author:
hellofromTonya
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/privacy-tools.php

    r51129 r51662  
    663663    /* translators: Do not translate EXPIRATION, LINK, SITENAME, SITEURL: those are placeholders. */
    664664    $email_text = __(
    665 // phpcs:ignore Generic.WhiteSpace.ScopeIndent.Incorrect, PEAR.Functions.FunctionCallSignature.Indent
    666 'Howdy,
     665        'Howdy,
    667666
    668667Your request for an export of personal data has been completed. You may
Note: See TracChangeset for help on using the changeset viewer.