Commit ae5261e4b2 for wordpress.org

commit ae5261e4b2eccf880e849e2aaaca621f372d7286
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Thu Sep 10 21:21:49 2026 +0000

    Tests: Restore core Ajax hooks before each test.

    Register core Ajax callbacks during each test setup so restoring the shared hook snapshot cannot leave later tests without their required callbacks. Remove the automatic update checks from admin_init during each setup as well.

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

    Props jonsurrell.
    See #65893.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index e3b25e9806..26d13460b1 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63592';
+$wp_version = '7.2-alpha-63593';

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