From b789345798da11572cd10e82cb95388ab8ce55ae Mon Sep 17 00:00:00 2001 From: Clorith Date: Wed, 28 Jun 2023 10:59:25 +0000 Subject: [PATCH] Build/Test Tools: Switch frame container when testing block editor output. The initial commit added the frame lookup within the wrong test, this follow-up restores the previous test runner, and adds the container lookup to the correct test. Follow-up to [56089]. See #58592. Built from https://develop.svn.wordpress.org/trunk@56090 git-svn-id: http://core.svn.wordpress.org/trunk@55602 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 42ce00f550..42ad89e578 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-56089'; +$wp_version = '6.3-alpha-56090'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.