mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Block Editor: Fix unit tests after new blocks addition.
- Regenerate the REST API fixtures. - Remove the block registration hooks in the unit tests. Refs #46429. Built from https://develop.svn.wordpress.org/trunk@44812 git-svn-id: http://core.svn.wordpress.org/trunk@44644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b5542c6b1b
commit
c32464d7f1
@ -549,7 +549,7 @@ function wp_default_packages_inline_scripts( &$scripts ) {
|
|||||||
' wp.data',
|
' wp.data',
|
||||||
' .use( wp.data.plugins.persistence, { storageKey: storageKey } )',
|
' .use( wp.data.plugins.persistence, { storageKey: storageKey } )',
|
||||||
' .use( wp.data.plugins.controls );',
|
' .use( wp.data.plugins.controls );',
|
||||||
' wp.data.plugins.persistence.__unstableMigrate( { storageKey: storageKey } );',
|
' wp.data.plugins.persistence.__unstableMigrate( { storageKey: storageKey } );',
|
||||||
'} )();',
|
'} )();',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.2-alpha-44811';
|
$wp_version = '5.2-alpha-44812';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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