From 33d7ee09f4298dcb91cd9fee90ee2a24f9303b8a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 27 Sep 2022 16:10:09 +0000 Subject: [PATCH] Tests: Update block registration tests to account for RTL stylesheet loading changes. The RTL data should only be added in `register_block_style_handle()` if an RTL locale is selected, so these test expectations do not appear to be correct. Follow-up to [49982], [53091], [54330]. See #56325. Built from https://develop.svn.wordpress.org/trunk@54331 git-svn-id: http://core.svn.wordpress.org/trunk@53890 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 2eb8be7994..ebcc5e7dce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54330'; +$wp_version = '6.1-beta1-54331'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.