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