From 70a8be9b3cf1a1fb9d6bf85227c18edf40e65fb0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 18 Oct 2022 13:30:22 +0000 Subject: [PATCH] Tests: Correct the `wp_theme_json_data_default` filter name in assertion messages. The `theme_json_default` filter was previously renamed to `wp_theme_json_data_default`. This commit updates the messages in `WP_Theme_JSON_Resolver` tests to match the new name. Follow-up to [54501], [54630]. See #56796, #56835. Built from https://develop.svn.wordpress.org/trunk@54631 git-svn-id: https://core.svn.wordpress.org/trunk@54183 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 335abbb195..992173a90c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-RC1-54630'; +$wp_version = '6.1-RC1-54631'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.