Commit 8ecd81ad90 for wordpress.org
commit 8ecd81ad90c76e7f9bc61bd52b744831bcd3e414
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Tue Sep 22 21:51:49 2026 +0000
Build/Test Tools: Mock the Site Health controller HTTP request.
Mock the WordPress.org response in the Site Health REST controller test. Remove its external-http annotation so the administrator route test runs in the default suite without a network request.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13606
Props adrianmoldovanwp, johnbillion.
See #63914.
Built from https://develop.svn.wordpress.org/trunk@63877
git-svn-id: http://core.svn.wordpress.org/trunk@63049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index c448f2e927..8f875c49c3 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63876';
+$wp_version = '7.2-alpha-63877';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.