From b7cabd9c88f6f074a9410149d8ed7611661268f9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Aug 2022 15:18:09 +0000 Subject: [PATCH] Tests: Make the `comment` cache group persistent in `WP_UnitTestCase_Base::flush_cache()`. This brings the list of persistent groups when running the test suite in line with core. Follow-up to [1332/tests], [37613], [52976]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53828 git-svn-id: http://core.svn.wordpress.org/trunk@53387 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 34a5c09784..3c5b69291a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53827'; +$wp_version = '6.1-alpha-53828'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.