From df324b9ff69f4fa1c7358a38aa2ac56d4e3907ec Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 11 Jun 2022 15:36:13 +0000 Subject: [PATCH] Tests: Re-initialize `WP_Rewrite` before running `wp_list_authors()` tests. This ensures that the expected results use the default permalink structure, not affected by other tests. Follow-up to [27550], [27684], [53487]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53488 git-svn-id: http://core.svn.wordpress.org/trunk@53077 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 a0f7bda1f3..bf03ed96ac 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53487'; +$wp_version = '6.1-alpha-53488'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.