Commit 8a060b361d for wordpress.org
commit 8a060b361dfa761538e8d7b48e4fa3e512735874
Author: johnbillion <johnbillion@git.wordpress.org>
Date: Wed Sep 16 16:08:49 2026 +0000
Build/Test Tools: Mock the external HTTP requests in the media tests.
None of these tests need to, or should, perform a real HTTP request. This replaces those requests with a mock response.
Developed in https://github.com/WordPress/wordpress-develop/pull/13555
Props adrianmoldovanwp.
See #63914
Built from https://develop.svn.wordpress.org/trunk@63636
git-svn-id: http://core.svn.wordpress.org/trunk@62811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index db95c48eaf..7083158ae8 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63635';
+$wp_version = '7.2-alpha-63636';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.