Commit cb11e62572 for wordpress.org

commit cb11e62572167d01d9793cedcc01541196e00d09
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 22 21:44:49 2026 +0000

    Build/Test Tools: Mock rejected HTTP header requests.

    Mock the error responses in the invalid-URL and deprecated-argument tests for wp_get_http_headers(). Remove their external-http annotations so both run in the default test suite, while unexpected requests remain subject to the HTTP guard.

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

    Props adrianmoldovanwp, mukesh27, johnbillion.
    See #63914.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 05d2549165..c448f2e927 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63875';
+$wp_version = '7.2-alpha-63876';

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