Changeset 45204 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 04/15/2019 10:38:59 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r45137 r45204 2646 2646 $content = str_replace( '###SITEURL###', network_home_url(), $content ); 2647 2647 2648 /* translators: Email change notification email subject. %s: Network title */ 2648 2649 wp_mail( $value, sprintf( __( '[%s] Network Admin Email Change Request' ), wp_specialchars_decode( get_site_option( 'site_name' ), ENT_QUOTES ) ), $content ); 2649 2650
Note: See TracChangeset
for help on using the changeset viewer.