mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 18:55:44 +03:00
Add the "Add Contributors" input to the form
This commit is contained in:
parent
eacd2bf3f2
commit
aa79c8147e
4 changed files with 21 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
namespace WordPressDotOrg\FiveForTheFuture\View;
|
||||
|
||||
/** @var array $data */
|
||||
/** @var bool $readonly */
|
||||
/** @var bool $is_manage */
|
||||
?>
|
||||
|
||||
<div class="form-field">
|
||||
|
@ -15,7 +15,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
|||
name="pledge-contributors"
|
||||
placeholder="sanguine.zoe206, captain-mal, kayleefixesyou"
|
||||
value="<?php echo esc_attr( $data['pledge-contributors'] ); ?>"
|
||||
required
|
||||
<?php echo $is_manage ? '' : 'required'; ?>
|
||||
aria-describedby="5ftf-pledge-contributors-help"
|
||||
/>
|
||||
<p id="5ftf-pledge-contributors-help">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue