Make WordPress Core


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

    r59896 r60178  
    14841484     *
    14851485     * The following strings have a special meaning and will get replaced dynamically:
    1486      *  - ###USERNAME###  The current user's username.
    1487      *  - ###ADMIN_URL### The link to click on to confirm the email change.
    1488      *  - ###EMAIL###     The proposed new site admin email address.
    1489      *  - ###SITENAME###  The name of the site.
    1490      *  - ###SITEURL###   The URL to the site.
     1486     *
     1487     *  - `###USERNAME###`  The current user's username.
     1488     *  - `###ADMIN_URL###` The link to click on to confirm the email change.
     1489     *  - `###EMAIL###`     The proposed new site admin email address.
     1490     *  - `###SITENAME###`  The name of the site.
     1491     *  - `###SITEURL###`   The URL to the site.
    14911492     *
    14921493     * @since MU (3.0.0)
Note: See TracChangeset for help on using the changeset viewer.