Make WordPress Core


Ignore:
Timestamp:
04/21/2025 11:47:11 AM (16 months ago)
Author:
johnbillion
Message:

Docs: Improve and standardise the format of placeholder strings that get replaced within email messages.

This prevents the strings being treated as h3 headings by the documentation parser on developer.wordpress.org.

See #63166

File:
1 edited

Legend:

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

    r55988 r60178  
    614614        /**
    615615         * Filters the recipient of the personal data export email notification.
    616          * Should be used with great caution to avoid sending the data export link to wrong emails.
     616         * Should be used with great caution to avoid sending the data export link to the wrong email.
    617617         *
    618618         * @since 5.3.0
     
    679679         *
    680680         * The following strings have a special meaning and will get replaced dynamically:
    681          * ###EXPIRATION###         The date when the URL will be automatically deleted.
    682          * ###LINK###               URL of the personal data export file for the user.
    683          * ###SITENAME###           The name of the site.
    684          * ###SITEURL###            The URL to the site.
     681         *
     682         *  - `###EXPIRATION###` The date when the URL will be automatically deleted.
     683         *  - `###LINK###`       URL of the personal data export file for the user.
     684         *  - `###SITENAME###`   The name of the site.
     685         *  - `###SITEURL###`    The URL to the site.
    685686         *
    686687         * @since 4.9.6
Note: See TracChangeset for help on using the changeset viewer.