Commit 480289bd2b for wordpress.org
commit 480289bd2b1e937ff7f1059be85eb490d64ad4ad
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 10 21:33:46 2026 +0000
Tests: Improve isolation of rewrite tests.
Flush rewrite rules after registering the initial taxonomies in conditional-query test setup. Clear the HTTPS server flag during rewrite test teardown so later tests do not inherit it.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13193
Props jonsurrell.
See #65893.
Built from https://develop.svn.wordpress.org/trunk@63594
git-svn-id: http://core.svn.wordpress.org/trunk@62770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 26d13460b1..a839ffdb50 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63593';
+$wp_version = '7.2-alpha-63594';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.