From 02a08585ae58662794b1c25d43064dfb4425c8e4 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sat, 21 Jan 2023 09:05:14 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@55110 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/setup-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php index e2cdc76317..7f9ff52690 100644 --- a/src/wp-admin/setup-config.php +++ b/src/wp-admin/setup-config.php @@ -223,7 +223,7 @@ switch ( $step ) { - +