From 426274d7a84ad5cc0c753e6d0ee28f52a917e008 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 1 Sep 2022 16:23:08 +0000 Subject: [PATCH] Tests: Correct the `@covers` tags in `WP::send_headers()` tests for feeds. As this is a class method and not a global function, the correct annotation syntax is `@covers WP::send_headers`. Follow-up to [53233]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54050 git-svn-id: http://core.svn.wordpress.org/trunk@53609 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 86fef92659..9751fbec6b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54049'; +$wp_version = '6.1-alpha-54050'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.