Options, Meta APIs: Fix a typo introduced in [41164].
See #39117 Built from https://develop.svn.wordpress.org/trunk@41167 git-svn-id: http://core.svn.wordpress.org/trunk@41007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff20054573
commit
6a16d726ef
|
@ -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'] );
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41166';
|
||||
$wp_version = '4.9-alpha-41167';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue