REST API: Embiggen the test email address.

We no longer want a@b.c to be valid, so let's make it a@b.co instead.

Props dd32.
See #38506.

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


git-svn-id: http://core.svn.wordpress.org/trunk@39099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan McCue 2016-11-08 06:46:31 +00:00
parent d6a5c68516
commit e592f3b1eb

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39158';
$wp_version = '4.7-beta2-39159';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.