Changeset 60178 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 04/21/2025 11:47:11 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r60153 r60178 2817 2817 * 2818 2818 * The following strings have a special meaning and will get replaced dynamically: 2819 * ###USERNAME### The current user's username. 2820 * ###ADMIN_URL### The link to click on to confirm the email change. 2821 * ###EMAIL### The proposed new network admin email address. 2822 * ###SITENAME### The name of the network. 2823 * ###SITEURL### The URL to the network. 2819 * 2820 * - `###USERNAME###` The current user's username. 2821 * - `###ADMIN_URL###` The link to click on to confirm the email change. 2822 * - `###EMAIL###` The proposed new network admin email address. 2823 * - `###SITENAME###` The name of the network. 2824 * - `###SITEURL###` The URL to the network. 2824 2825 * 2825 2826 * @since 4.9.0 … … 2928 2929 * @type string $message The content of the email. 2929 2930 * The following strings have a special meaning and will get replaced dynamically: 2930 * - ###OLD_EMAIL###The old network admin email address.2931 * - ###NEW_EMAIL###The new network admin email address.2932 * - ###SITENAME###The name of the network.2933 * - ###SITEURL###The URL to the site.2931 * - `###OLD_EMAIL###` The old network admin email address. 2932 * - `###NEW_EMAIL###` The new network admin email address. 2933 * - `###SITENAME###` The name of the network. 2934 * - `###SITEURL###` The URL to the site. 2934 2935 * @type string $headers Headers. 2935 2936 * }
Note: See TracChangeset
for help on using the changeset viewer.