From f6755ded9f9efffe2fea46eb08e94fc2b423d919 Mon Sep 17 00:00:00 2001 From: Tonya Mork Date: Fri, 1 Oct 2021 13:47:59 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@51878 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/authorize-application.php | 2 +- src/wp-admin/user-edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/authorize-application.php b/src/wp-admin/authorize-application.php index 1d56b47e7d..d4104297ef 100644 --- a/src/wp-admin/authorize-application.php +++ b/src/wp-admin/authorize-application.php @@ -225,7 +225,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
- +