mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 19:33:44 +03:00
Pledge Form: Hide 'manage existing pledge' link for the time being
This commit is contained in:
parent
59713ca0f1
commit
847e99f44e
|
@ -11,9 +11,11 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<!-- TODO Reveal this once managing an existing pledge is actually possible.
|
||||||
<p>
|
<p>
|
||||||
<a href="#">Manage an existing pledge</a>
|
<a href="#">Manage an existing pledge</a>
|
||||||
</p>
|
</p>
|
||||||
|
-->
|
||||||
|
|
||||||
<?php if ( ! empty( $messages ) ) : ?>
|
<?php if ( ! empty( $messages ) ) : ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue