From c32464d7f14ef0a1cafec806cf03e6aa31b30d9d Mon Sep 17 00:00:00 2001 From: youknowriad Date: Thu, 7 Mar 2019 11:54:51 +0000 Subject: [PATCH] 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 --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 28287e90d5..af65319791 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -549,7 +549,7 @@ function wp_default_packages_inline_scripts( &$scripts ) { ' wp.data', ' .use( wp.data.plugins.persistence, { storageKey: storageKey } )', ' .use( wp.data.plugins.controls );', - ' wp.data.plugins.persistence.__unstableMigrate( { storageKey: storageKey } );', + ' wp.data.plugins.persistence.__unstableMigrate( { storageKey: storageKey } );', '} )();', ) ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 028fd291e8..0fa98fbe4e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.