Changeset 60178 for trunk/src/wp-includes/functions.php
- Timestamp:
- 04/21/2025 11:47:11 AM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r60153 r60178 8181 8181 * @type string $message The content of the email. 8182 8182 * 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. 8187 8187 * @type string $headers Headers. 8188 8188 * }
Note: See TracChangeset
for help on using the changeset viewer.