From 9fbefbd9f031ab1b1633797168246df1f8a92c86 Mon Sep 17 00:00:00 2001 From: isabel_brison Date: Tue, 11 Jun 2024 00:31:10 +0000 Subject: [PATCH] Editor: Improve maintainability of `class WP_Theme_JSON` tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates tests calling `get_stylesheet` to not output layout styles if they’re not relevant to the test or to call `get_styles_for_block` instead where more appropriate. Props isabel_brison, andrewserong, ramonopoly. Fixes #61371. Built from https://develop.svn.wordpress.org/trunk@58378 git-svn-id: http://core.svn.wordpress.org/trunk@57827 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 2029ccdd26..ab4c823506 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta1-58377'; +$wp_version = '6.6-beta1-58378'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.