REST API: Register the admin_email setting in single site only.

See [39470]. This time including unit test changes.

fixes #38990.

Built from https://develop.svn.wordpress.org/trunk@39471


git-svn-id: http://core.svn.wordpress.org/trunk@39411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2016-12-03 05:41:41 +00:00
parent cafb341db6
commit 440838095b

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39470';
$wp_version = '4.8-alpha-39471';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.