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