From 8f92dfad4d991e8aa93ed40a0f42363ddf7ae168 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 17 Nov 2024 13:44:21 +0000 Subject: [PATCH] Tests: Add missing `@covers` tag for `fetch_feed()` tests. Includes correcting the test class name as per the naming conventions. Follow-up to [59382]. See #62280. Built from https://develop.svn.wordpress.org/trunk@59408 git-svn-id: http://core.svn.wordpress.org/trunk@58794 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 3cb0e7cf56..2d282b9b41 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59407'; +$wp_version = '6.8-alpha-59408'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.