Commit bf0ce61445 for wordpress.org

commit bf0ce6144574962a24607f0b82976574511de277
Author: joedolson <joedolson@git.wordpress.org>
Date:   Fri Jan 23 03:00:33 2026 +0000

    Bundled Themes: A11y: Remove auto-focus in Twenty Ten.

    Remove the autofocus script in Twenty Ten that forced a bypass of the navigation, main heading, and explanation on the 404 error page.

    Props sabernhardt, ravichudasama01, joedolson.
    Fixes #64064.
    Built from https://develop.svn.wordpress.org/trunk@61515


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

diff --git a/wp-content/themes/twentyten/404.php b/wp-content/themes/twentyten/404.php
index 64888d9f12..8b7b13695a 100644
--- a/wp-content/themes/twentyten/404.php
+++ b/wp-content/themes/twentyten/404.php
@@ -22,9 +22,5 @@ get_header(); ?>

 		</div><!-- #content -->
 	</div><!-- #container -->
-	<script>
-		// Focus on search field after it has loaded.
-		document.getElementById('s') && document.getElementById('s').focus();
-	</script>

 <?php get_footer(); ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 3aa8c1ebe9..ba8ca0a5af 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61514';
+$wp_version = '7.0-alpha-61515';

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