Commit ec86e52965 for wordpress.org

commit ec86e529659f6d242622ab058c109bfc5e53ab4a
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Wed Sep 9 14:24:48 2026 +0000

    Build/Test Tools: Block ungrouped external HTTP requests.

    Fail core tests that make unmocked HTTP requests outside the external-http group, and block those requests before they reach the network. Preserve mocked responses and leave plugin and theme test suites unaffected.

    Add the missing external-http annotation to the oEmbed shortcode test.

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

    Props peterwilsoncc, adrianmoldovanwp, westonruter.
    See #63083.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 686ce85e3c..c6bea3338f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63559';
+$wp_version = '7.2-alpha-63560';

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