REST API: Fix failing tests after [43584].

See #40510.

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


git-svn-id: http://core.svn.wordpress.org/trunk@43414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz 2018-08-28 12:44:24 +00:00
parent 9fe4db814a
commit 77fd4135f1

View File

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