Options, Meta APIs: Fix a typo introduced in [41164].
See #39117 git-svn-id: https://develop.svn.wordpress.org/trunk@41167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
859a5c938d
commit
5d23532956
|
@ -5728,6 +5728,6 @@ All at ###SITENAME###
|
|||
|
||||
wp_mail( $email_change_email['to'], sprintf(
|
||||
$email_change_email['subject'],
|
||||
$blog_name
|
||||
$site_name
|
||||
), $email_change_email['message'], $email_change_email['headers'] );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue