From f92b90116aa42b07ca44fd3462a08cd4c149344a Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 19 Jan 2023 11:48:12 +0000 Subject: [PATCH] Application Passwords: Disable spellcheck for password field. This changeset adds `spellcheck="false"` attribute to application password field. Follow-up to [55094], [55095]. Props Spaceshipone. Fixes #56763. Built from https://develop.svn.wordpress.org/trunk@55096 git-svn-id: http://core.svn.wordpress.org/trunk@54629 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 6df4d506e1..85ce99c4f7 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -779,7 +779,7 @@ switch ( $action ) {
- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 7c259ceccf..ab30af22b4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55095'; +$wp_version = '6.2-alpha-55096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.