From afab4aa575b5c50450460fde572bc7f8ee19e935 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Dec 2022 15:09:16 +0000 Subject: [PATCH] Tests: Use more descriptive name for a `wp_new_comment()` test. Includes: * Correcting the order of expected and actual values. * Adding a missing `@covers` tag for another test next to it. Follow-up to [32299], [53863], [54489]. See #56793. Built from https://develop.svn.wordpress.org/trunk@54949 git-svn-id: http://core.svn.wordpress.org/trunk@54501 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 ef237ebfd4..b8994c6151 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54948'; +$wp_version = '6.2-alpha-54949'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.