mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 18:05:45 +03:00
Pledge Form: Improve placeholders for clarity.
* Make the usernames look more like realistic usernames. * Add placeholders where specific formats are needed.
This commit is contained in:
parent
f55054f56c
commit
bac15d21fc
3 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
type="url"
|
||||
id="5ftf-org-url"
|
||||
name="org-url"
|
||||
placeholder="https://example.com"
|
||||
value="<?php echo esc_attr( $data['org-url'] ); ?>"
|
||||
required
|
||||
<?php echo $readonly ? 'readonly' : ''; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue