From e474ef7192fd12022eec041ac6909e268b44aef3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 23 Jan 2023 16:03:10 +0000 Subject: [PATCH] Tests: Use `wp_recursive_ksort()` in `WP_Theme_JSON_Resolver` tests. This replaces a helper method in `Tests_Theme_wpThemeJsonResolver` with the `wp_recursive_ksort()` function that was introduced later for the same purpose. Follow-up to [52049], [53129], [55117]. See #56793. Built from https://develop.svn.wordpress.org/trunk@55118 git-svn-id: http://core.svn.wordpress.org/trunk@54651 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 142487554b..1f58fed3bd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55117'; +$wp_version = '6.2-alpha-55118'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.