mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 15:16:29 +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`. See #40886. Built from https://develop.svn.wordpress.org/trunk@41154 git-svn-id: http://core.svn.wordpress.org/trunk@40994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b6ca2d77a8
commit
a89f1e469b
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-alpha-41153';
|
$wp_version = '4.9-alpha-41154';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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