Changeset 49028 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/21/2020 04:44:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48794 r49028 7073 7073 * 7074 7074 * @param array $email_change_email { 7075 * 7076 * 7077 * 7078 * 7079 * 7080 * 7081 * 7082 * 7083 * 7084 * 7085 * 7086 * 7075 * Used to build wp_mail(). 7076 * 7077 * @type string $to The intended recipient. 7078 * @type string $subject The subject of the email. 7079 * @type string $message The content of the email. 7080 * The following strings have a special meaning and will get replaced dynamically: 7081 * - ###OLD_EMAIL### The old site admin email address. 7082 * - ###NEW_EMAIL### The new site admin email address. 7083 * - ###SITENAME### The name of the site. 7084 * - ###SITEURL### The URL to the site. 7085 * @type string $headers Headers. 7086 * } 7087 7087 * @param string $old_email The old site admin email address. 7088 7088 * @param string $new_email The new site admin email address.
Note: See TracChangeset
for help on using the changeset viewer.