Commit 92c2e3f82b for wordpress.org
commit 92c2e3f82b0cff621e05fc53a086075fd4fc9e84
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 14 16:07:52 2026 +0000
Tests: Improve isolation of user tests.
Keep temporary user IDs out of shared query fixtures and refresh the shared administrator object so capability changes are cleaned up on the instance used by later tests.
Move the `DISALLOW_UNFILTERED_HTML` test into its own file and process, with an administrator fixture and super-admin privileges on multisite. This contains the constant and prevents child-process teardown from deleting another class's fixtures.
Restrict the auto-increment lookup to the active database.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13187
Props jonsurrell.
See #65893.
Built from https://develop.svn.wordpress.org/trunk@63614
git-svn-id: http://core.svn.wordpress.org/trunk@62790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index c337f25b5d..ea61128a98 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63613';
+$wp_version = '7.2-alpha-63614';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.