mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 18:05:45 +03:00
Allow image uploads
This commit is contained in:
parent
847e99f44e
commit
2e1f5ac2b9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
|
||||||
/** @var bool $updated */
|
/** @var bool $updated */
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form class="pledge-form" id="5ftf-form-pledge-manage" action="" method="post">
|
<form class="pledge-form" id="5ftf-form-pledge-manage" action="" method="post" enctype="multipart/form-data">
|
||||||
<?php
|
<?php
|
||||||
require get_views_path() . 'inputs-pledge-org-info.php';
|
require get_views_path() . 'inputs-pledge-org-info.php';
|
||||||
require get_views_path() . 'manage-contributors.php';
|
require get_views_path() . 'manage-contributors.php';
|
||||||
|
|
|
@ -48,7 +48,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
|
||||||
|
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
|
||||||
<form class="pledge-form" id="5ftf-form-pledge-new" action="" method="post">
|
<form class="pledge-form" id="5ftf-form-pledge-new" action="" method="post" enctype="multipart/form-data">
|
||||||
<?php
|
<?php
|
||||||
require get_views_path() . 'inputs-pledge-org-info.php';
|
require get_views_path() . 'inputs-pledge-org-info.php';
|
||||||
require get_views_path() . 'inputs-pledge-contributors.php';
|
require get_views_path() . 'inputs-pledge-contributors.php';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue