Commit 0e34c5a095 for wordpress.org

commit 0e34c5a095461e64042e0f3cc02dedb49b3331b7
Author: jonsurrell <jonsurrell@git.wordpress.org>
Date:   Mon Jan 26 13:22:35 2026 +0000

    Build/Test Tools: Clean obsolete non-HTML5 tests.

    Support for non-HTML5 scripts was removed in [61415]. Removes obsolete tests and references to the non-HTML5 script behaviors including CDATA wrappers and `type` attributes.

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

    Follow-up to [61415].

    Props jonsurrell, westonruter, mukesh27.
    Fixes #64442.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 7420f13cc1..4ceaa77a76 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61525';
+$wp_version = '7.0-alpha-61526';

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