REST API: Update the test fixture generator following [43439]

As [43439] added data that contains object IDs, it can cause `wp-api-generated.js` to be unnecessarily regenerated.

Regenerating our list of fixtures that need normalising rectifies this.

See #44321.


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


git-svn-id: http://core.svn.wordpress.org/trunk@43268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2018-07-13 04:46:25 +00:00
parent fd6f50e86f
commit 7216f9e623

View File

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