Changeset 60178 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 04/21/2025 11:47:11 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r59896 r60178 1484 1484 * 1485 1485 * 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. 1491 1492 * 1492 1493 * @since MU (3.0.0)
Note: See TracChangeset
for help on using the changeset viewer.