Changeset 60178 for trunk/src/wp-admin/ms-delete-site.php
- Timestamp:
- 04/21/2025 11:47:11 AM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/ms-delete-site.php
r58975 r60178 76 76 * Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted. 77 77 * 78 * The following strings have a special meaning and will get replaced dynamically: 79 * 80 * - `###USERNAME###` The current user's username. 81 * - `###URL_DELETE###` The link to click on to confirm the site deletion. 82 * - `###SITENAME###` The name of the site. 83 * - `###SITEURL###` The URL to the site. 84 * 78 85 * @since 3.0.0 79 86 *
Note: See TracChangeset
for help on using the changeset viewer.