From 0702cafa875a89a9ad93b975964c7f5cce5ab5f6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 24 Jul 2024 15:10:13 +0000 Subject: [PATCH] Tests: Use more specific assertions in `get_comment_author()` tests. Follow-up to [58335]. See #61530. Built from https://develop.svn.wordpress.org/trunk@58803 git-svn-id: http://core.svn.wordpress.org/trunk@58199 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 f2964dce2a..87e1174e91 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58801'; +$wp_version = '6.7-alpha-58803'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.