From bc217668e20012434e6004d65d1316d4163462fb Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Fri, 1 Oct 2021 13:49:00 +0000 Subject: [PATCH] App Passwords: Remove placeholder from the app password name input field. In [49294, 49752], the `placeholder` attribute changed to `"WordPress App on My Phone"`. This change causes confusion as the field can be used in a variety of ways and is not limited to a phone. Given a label exists for each field and clearly identifies its purpose, this commit removes the `placeholder` attribute from the `input` field. Follow-up to [49109], [49294], [49752]. Props seedsca, audrasjb, joedolson, rehanali. Fixes #54047. Built from https://develop.svn.wordpress.org/trunk@51878 git-svn-id: http://core.svn.wordpress.org/trunk@51471 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/authorize-application.php | 2 +- wp-admin/user-edit.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/authorize-application.php b/wp-admin/authorize-application.php index 1d56b47e7d..d4104297ef 100644 --- a/wp-admin/authorize-application.php +++ b/wp-admin/authorize-application.php @@ -225,7 +225,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index e3d85faaf3..f352ba0f5f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51877'; +$wp_version = '5.9-alpha-51878'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.