Commit f2a8a4592a for wordpress.org

commit f2a8a4592ad18117c513a9e6cbb2671c97555995
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 15 19:51:49 2026 +0000

    Tests: Improve theme test isolation.

    Start theme-support tests without features inherited from the bootstrapped theme, and restore incoming theme features and navigation menu registrations after each test. Restore features after parent teardown so its HTML5 cleanup does not alter the saved state.

    Restore the original stylesheet and refresh theme JSON state after temporary filters. Use an unregistered block fixture for the negative global styles assertion.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13194

    Props jonsurrell, mindctrl.
    See #65893.

    Built from https://develop.svn.wordpress.org/trunk@63627


    git-svn-id: http://core.svn.wordpress.org/trunk@62803 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 097db933ba..40b584804c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63626';
+$wp_version = '7.2-alpha-63627';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.