From 89f144ea9e4d542e6be7f949530426a21eacfed5 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sat, 21 Jan 2023 09:07:15 +0000 Subject: [PATCH] Upgrade/Install: Disable spellcheck for password field on Setup screen. This changeset adds `spellcheck="false"` attribute to Database Password field on the Database Setup screen. Follow-up to [55094], [55095], [55096]. See #56763. Built from https://develop.svn.wordpress.org/trunk@55110 git-svn-id: http://core.svn.wordpress.org/trunk@54643 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/setup-config.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index e2cdc76317..7f9ff52690 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -223,7 +223,7 @@ switch ( $step ) { - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 804296e98d..43a1f00dd4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55109'; +$wp_version = '6.2-alpha-55110'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.