Changeset 49028 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 09/21/2020 04:44:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r48601 r49028 2836 2836 * 2837 2837 * @param array $email_change_email { 2838 * 2839 * 2840 * 2841 * 2842 * 2843 * 2844 * 2845 * 2846 * 2847 * 2848 * 2849 * 2838 * Used to build wp_mail(). 2839 * 2840 * @type string $to The intended recipient. 2841 * @type string $subject The subject of the email. 2842 * @type string $message The content of the email. 2843 * The following strings have a special meaning and will get replaced dynamically: 2844 * - ###OLD_EMAIL### The old network admin email address. 2845 * - ###NEW_EMAIL### The new network admin email address. 2846 * - ###SITENAME### The name of the network. 2847 * - ###SITEURL### The URL to the site. 2848 * @type string $headers Headers. 2849 * } 2850 2850 * @param string $old_email The old network admin email address. 2851 2851 * @param string $new_email The new network admin email address.
Note: See TracChangeset
for help on using the changeset viewer.