Commit 05e9da2b0d for wordpress.org
commit 05e9da2b0d34aedb81f9809097db3b2b3300fefc
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Wed Sep 16 17:46:46 2026 +0000
Tests: Restore state after functions tests.
Reset forced admin SSL to its configured startup value after each test. Resynchronize timezone translations with the restored locale after each timezone-choice test, preventing function-static state from leaking between tests.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13182
Props jonsurrell, mindctrl.
See #65893.
Built from https://develop.svn.wordpress.org/trunk@63640
git-svn-id: http://core.svn.wordpress.org/trunk@62815 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 14a32cf9e0..0be594d2ef 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63639';
+$wp_version = '7.2-alpha-63640';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.