REST API: Update unit tests to account for the string changes in [39896].

See #39054.
Built from https://develop.svn.wordpress.org/trunk@39899


git-svn-id: http://core.svn.wordpress.org/trunk@39836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-13 05:15:42 +00:00
parent 5d83b14893
commit d2a6ea340e

View File

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