From f07974056f3363f6847a7ecf59550681ab2cfa7f Mon Sep 17 00:00:00 2001 From: gziolo Date: Wed, 31 Aug 2022 10:13:13 +0000 Subject: [PATCH] Tests: Increase coverage for translations applied to theme.json Ensures that translations are correctly applied to the `title` field in the `theme.json` and all style variations located in the them inside the `styles` folder. Follow-up #55495, [53038]. See also #54336. Built from https://develop.svn.wordpress.org/trunk@54036 git-svn-id: http://core.svn.wordpress.org/trunk@53595 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 f98a4634b5..7e63e10a3c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53960'; +$wp_version = '6.1-alpha-54036'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.