Commit 01c93e1dc1 for wordpress.org

commit 01c93e1dc15ca73a11d8acbfbec214aa7a7ec2e1
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 22 22:24:48 2026 +0000

    Build/Test Tools: Disable discovery in the spam site embed test.

    Disable oEmbed discovery after marking the fixture site as spam, preventing the network fallback while preserving the local spam-site check. Remove the external-http annotation so the test runs in the default multisite suite.

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

    Props adrianmoldovanwp, johnbillion.
    See #63914.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 848aa544b8..5b55f5f9ff 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63878';
+$wp_version = '7.2-alpha-63879';

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