Commit 79d3e79a10 for wordpress.org
commit 79d3e79a108b42e750382c1d05d95b486a6c9353
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 10 21:40:47 2026 +0000
Tests: Restore themes after block tests.
Save the incoming stylesheet in block and theme test fixtures and switch back during teardown when it changes. Restore the theme before database rollback so theme-related runtime state and caches do not leak into later tests.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13205
Props jonsurrell.
See #65893.
Built from https://develop.svn.wordpress.org/trunk@63595
git-svn-id: http://core.svn.wordpress.org/trunk@62771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index a839ffdb50..9831d80a69 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63594';
+$wp_version = '7.2-alpha-63595';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.