[wp-trac] [WordPress Trac] #56365: Placeholders instead of values in setup-config.php
WordPress Trac
noreply at wordpress.org
Mon Sep 19 23:53:23 UTC 2022
#56365: Placeholders instead of values in setup-config.php
--------------------------------------+--------------------------------
Reporter: oliverstapelfeldt | Owner: oliverstapelfeldt
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.1
Component: Upgrade/Install | Version:
Severity: normal | Resolution: fixed
Keywords: good-first-bug has-patch | Focuses: ui, accessibility
--------------------------------------+--------------------------------
Changes (by davidbaumwald):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"54231" 54231]:
{{{
#!CommitTicketReference repository="" revision="54231"
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.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56365#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list