Add some comments

This commit is contained in:
Corey McKrill 2019-10-04 12:22:26 -07:00
parent 1b39994280
commit 34c91bbc9b
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38
4 changed files with 9 additions and 3 deletions

View file

@ -7,7 +7,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
/** @var bool $updated */
?>
<form id="5ftf-form-pledge-new" action="" method="post">
<form id="5ftf-form-pledge-manage" action="" method="post">
<?php
require get_views_path() . 'inputs-pledge-org-info.php';
require get_views_path() . 'inputs-pledge-org-logo.php';

View file

@ -1,6 +1,8 @@
<?php // todo i18n
//// change all id/class prefixes to fftf (or something better) b/c not valid to start w/ number
/// ?>
// TODO are we using this, or is all the front end stuff happening in the 5ftF theme now?
?>
<article class="5ftf">
<section class="about">
@ -96,4 +98,4 @@
<?php // link to pledge form ?>
</section>
</article>
</article>