From faac28286956581d085cadb7d1702abe9a7d7c06 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Mon, 19 Sep 2022 23:53:09 +0000 Subject: [PATCH] Upgrade/Install: Use "placeholder" for example values in setup-config.php. During install, the user is prompted for database connection settings. Inputs for the database name, username, and password will most likely be changed from the examples given, but these example values are presented as the input's `value` property. This required the user to clear the current value before entering their own. This change moves the example values for these fields to the `placeholder` property. Props oliverstapelfeldt, audrasjb, krupalpanchal, sabernhardt. Fixes #56365. git-svn-id: https://develop.svn.wordpress.org/trunk@54231 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/setup-config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php index bf5e1c84c3..e2cdc76317 100644 --- a/src/wp-admin/setup-config.php +++ b/src/wp-admin/setup-config.php @@ -213,17 +213,17 @@ switch ( $step ) { - + - + - +