mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 02:15: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
|
@ -13,8 +13,8 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
type="text"
|
||||
id="5ftf-pledge-contributors"
|
||||
name="pledge-contributors"
|
||||
placeholder="sanguine.zoe206, captain-mal, kayleefixesyou"
|
||||
value="<?php echo esc_attr( $data['pledge-contributors'] ); ?>"
|
||||
placeholder="zoe, mal, kaylee"
|
||||
required
|
||||
aria-describedby="5ftf-pledge-contributors-help"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue