From 172d5084a40c2d7dbdbeadded749340dbcd86fd3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 16 Oct 2024 14:19:16 +0000 Subject: [PATCH] Tests: Correct test class name for `rss_enclosure()` as per the naming conventions. Includes: * Moving `@covers` tags to the class-level DocBlock, since this is the only function tested in the class. * Adjusting the assertion messages for clarity, as `rss_enclosure()` does not return anything directly. * Using a static closure for improved performance. Follow-up to [59241]. See #61530. Built from https://develop.svn.wordpress.org/trunk@59243 git-svn-id: http://core.svn.wordpress.org/trunk@58635 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 f5139e60f6..01a2d17144 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta3-59242'; +$wp_version = '6.7-beta3-59243'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.