Commit e783b803d8 for wordpress.org
commit e783b803d81b73dd7534500090786aafb7bd8162
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 10 21:11:48 2026 +0000
Build/Test Tools: Reset comment globals between tests.
Clear the global comment fixture after author URL link tests and reset the comment-loop flag between tests to prevent order-dependent failures.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13186
Props jonsurrell.
See #65893.
Built from https://develop.svn.wordpress.org/trunk@63592
git-svn-id: http://core.svn.wordpress.org/trunk@62768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index fbf4efdd5e..e3b25e9806 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63591';
+$wp_version = '7.2-alpha-63592';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.