From cd4b3a357d058e4388ad6d0e8af4fc3f27fff351 Mon Sep 17 00:00:00 2001 From: noisysocks Date: Fri, 4 Jun 2021 05:26:59 +0000 Subject: [PATCH] Fix failing block editor test Removes the Meta and Nav Menu widgets from the set of widgets expected by the test for get_default_block_editor_settings(). Follows [51067]. See #53301. Built from https://develop.svn.wordpress.org/trunk@51069 git-svn-id: http://core.svn.wordpress.org/trunk@50678 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7b0f934718..894ba0fb42 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51068'; +$wp_version = '5.8-alpha-51069'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.