Changeset 45137 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 04/08/2019 06:16:41 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r45104 r45137 2646 2646 $content = str_replace( '###SITEURL###', network_home_url(), $content ); 2647 2647 2648 wp_mail( $value, sprintf( __( '[%s] Ne w Network Admin Email Address' ), wp_specialchars_decode( get_site_option( 'site_name' ), ENT_QUOTES ) ), $content );2648 wp_mail( $value, sprintf( __( '[%s] Network Admin Email Change Request' ), wp_specialchars_decode( get_site_option( 'site_name' ), ENT_QUOTES ) ), $content ); 2649 2649 2650 2650 if ( $switched_locale ) { … … 2705 2705 'to' => $old_email, 2706 2706 /* translators: Network admin email change notification email subject. %s: Network title */ 2707 'subject' => __( '[%s] N otice of Network Admin Email Change' ),2707 'subject' => __( '[%s] Network Admin Email Changed' ), 2708 2708 'message' => $email_change_text, 2709 2709 'headers' => '',
Note: See TracChangeset
for help on using the changeset viewer.