REST API: Update wp-api.js fixtures after string changes.

See #39178.

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


git-svn-id: http://core.svn.wordpress.org/trunk@40491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
James Nylen 2017-05-11 18:41:41 +00:00
parent ace96e26aa
commit 8561cb0516

View File

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