mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
REST API: Update the fixture data for wp-api.js
tests.
[41139] changed how the REST API URL is generated, but included an incorrect version of `wp-api-generated.js`. This updates the generator to create the correct `wp-api-generated.js`, and updates ``wp-api-generated.js`. Repeat of [41154], in the 4.8 branch. Fixes #40886. Built from https://develop.svn.wordpress.org/branches/4.8@41155 git-svn-id: http://core.svn.wordpress.org/branches/4.8@40995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b9d2c50edd
commit
fee9368d46
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8.1-RC1-41144';
|
$wp_version = '4.8.1-RC1-41155';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user