Commit b2a9c8cc9d for wordpress.org
commit b2a9c8cc9d416822075d323a1274caa0a8c0446f
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Wed Sep 23 18:13:50 2026 +0000
Build/Test Tools: Mock the theme feature list HTTP request.
Replace the live Themes API request with a mock response and move the test out of the external-http group. Assert the exact feature labels and the fallback for an unknown feature slug. Grant the test user Super Admin privileges on multisite so the API path is exercised there too.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13605
Props adrianmoldovanwp.
See #63914.
Built from https://develop.svn.wordpress.org/trunk@63900
git-svn-id: http://core.svn.wordpress.org/trunk@63069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index f1250ce98d..a0fe0d7425 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63899';
+$wp_version = '7.2-alpha-63900';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.