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:
John Blackbourn 2017-07-27 03:11:10 +00:00
parent 859a5c938d
commit 5d23532956
1 changed files with 1 additions and 1 deletions

View File

@ -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'] );
}