REST API: Use explicit dates in a post ordering test to avoid indeterminate ordering.

See #48145

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


git-svn-id: http://core.svn.wordpress.org/trunk@46470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2019-11-05 22:41:01 +00:00
parent ffbde837e0
commit a02c91ca17

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46668';
$wp_version = '5.4-alpha-46670';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.