From 5d235329562f283f0932124a7b7910ea8329b629 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 27 Jul 2017 03:11:10 +0000 Subject: [PATCH] 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 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 770e5fe19d..f5d7d8158c 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -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'] ); }