Make WordPress Core


Ignore:
Timestamp:
04/21/2025 11:47:11 AM (12 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-includes/functions.php

    r60153 r60178  
    81818181     *     @type string $message The content of the email.
    81828182     *         The following strings have a special meaning and will get replaced dynamically:
    8183      *         - ###OLD_EMAIL### The old site admin email address.
    8184      *         - ###NEW_EMAIL### The new site admin email address.
    8185      *         - ###SITENAME###  The name of the site.
    8186      *         - ###SITEURL###   The URL to the site.
     8183     *          - `###OLD_EMAIL###` The old site admin email address.
     8184     *          - `###NEW_EMAIL###` The new site admin email address.
     8185     *          - `###SITENAME###`  The name of the site.
     8186     *          - `###SITEURL###`   The URL to the site.
    81878187     *     @type string $headers Headers.
    81888188     * }
Note: See TracChangeset for help on using the changeset viewer.