I18N: Improvements to and additions of translator comments for various email subject strings.
Props ramiy Fixes #46920 Built from https://develop.svn.wordpress.org/trunk@45204 git-svn-id: http://core.svn.wordpress.org/trunk@45013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2645,6 +2645,7 @@ All at ###SITENAME###
|
||||
$content = str_replace( '###SITENAME###', wp_specialchars_decode( get_site_option( 'site_name' ), ENT_QUOTES ), $content );
|
||||
$content = str_replace( '###SITEURL###', network_home_url(), $content );
|
||||
|
||||
/* translators: Email change notification email subject. %s: Network title */
|
||||
wp_mail( $value, sprintf( __( '[%s] Network Admin Email Change Request' ), wp_specialchars_decode( get_site_option( 'site_name' ), ENT_QUOTES ) ), $content );
|
||||
|
||||
if ( $switched_locale ) {
|
||||
|
||||
Reference in New Issue
Block a user