From cc930eaec0cfb92dc74d353a619d4884f236b324 Mon Sep 17 00:00:00 2001 From: joedolson Date: Fri, 23 Jan 2026 03:00:33 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/404.php | 4 ---- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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(); ?> - 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.