Make WordPress Core


Ignore:
Timestamp:
04/21/2025 11:47:11 AM (8 weeks 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/ms-delete-site.php

    r58975 r60178  
    7676     * Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.
    7777     *
     78     * The following strings have a special meaning and will get replaced dynamically:
     79     *
     80     *  - `###USERNAME###`   The current user's username.
     81     *  - `###URL_DELETE###` The link to click on to confirm the site deletion.
     82     *  - `###SITENAME###`   The name of the site.
     83     *  - `###SITEURL###`    The URL to the site.
     84     *
    7885     * @since 3.0.0
    7986     *
Note: See TracChangeset for help on using the changeset viewer.