From 5219039dd3504f5a809325c46068cf5eada64f18 Mon Sep 17 00:00:00 2001 From: spacedmonkey Date: Thu, 30 Mar 2023 12:17:21 +0000 Subject: [PATCH] Tests: Fix tests introduced in [55612]. In [55612] a change was added that made two unit tests fail. Fix these test by forcing `get_merged_data` method to run. Props spacedmonkey, mukesh27. See #57814. Built from https://develop.svn.wordpress.org/trunk@55613 git-svn-id: http://core.svn.wordpress.org/trunk@55125 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 092c930c12a8..49d0699d3f10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55612'; +$wp_version = '6.3-alpha-55613'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.