From 4711b88811e31f6b41e033cf70444e6fdafbac4e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 8 Mar 2023 15:02:18 +0000 Subject: [PATCH] Tests: Add a unit test for `register_block_style_handle()` with an RTL locale. The test ensures that the function loads RTL stylesheets when a locale with the right-to-left text direction is set. Follow-up to [54330]. Props costdev, thomasplevy, audrasjb, mukesh27. Fixes #56797. Built from https://develop.svn.wordpress.org/trunk@55486 git-svn-id: http://core.svn.wordpress.org/trunk@55019 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 5efdb4ff05..89701f1b5b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta5-55485'; +$wp_version = '6.2-beta5-55486'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.