From dc8b497eb7d0a81dcdf7e0d89b9db64dd0ed7dc8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 27 Oct 2022 15:03:15 +0000 Subject: [PATCH] Tests: Move `wp_handle_comment_submission()` tests to the `comment` directory. This aims to bring some consistency with other comment function tests. Includes moving the `@covers` tags from individual test methods to the class DocBlock. Follow-up to [34799], [34801], [53863]. See #56793. Built from https://develop.svn.wordpress.org/trunk@54701 git-svn-id: http://core.svn.wordpress.org/trunk@54253 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 6a23a0d348..d90cd98fc2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54699'; +$wp_version = '6.2-alpha-54701'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.