mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Pledge Form: Update string to reflect latest flows.
The link that they're emailed is to confirm their address, rather than to manage the pledge. Their pledge will be published once the address is confirmed and contributors have confirmed their participation, rather than after moderation.
This commit is contained in:
parent
8020e43fb9
commit
6b33c4dbd0
2 changed files with 19 additions and 5 deletions
|
@ -27,6 +27,7 @@ function render_form_new() {
|
|||
$data = get_form_submission();
|
||||
$messages = [];
|
||||
$complete = false;
|
||||
$directory_url = get_permalink( get_page_by_path( 'pledges') );
|
||||
|
||||
if ( 'Submit Pledge' === $action ) {
|
||||
$processed = process_form_new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue