Pledge Form: Add ability to resend pledge confirmation email.

Fixes #49.
This commit is contained in:
Ian Dunn 2019-10-26 22:18:28 -07:00
parent 63f718bd9a
commit 3f774fdb78
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
5 changed files with 41 additions and 13 deletions

View file

@ -156,7 +156,7 @@ function send_pledge_confirmation_email( $pledge_id, $action_page_id ) {
$message =
'Thanks for committing to help keep WordPress sustainable! Please confirm this email address ' .
'so that we can accept your pledge:' . "\n\n" .
'in order to publish your pledge:' . "\n\n" .
Email\get_authentication_url( $pledge_id, 'confirm_pledge_email', $action_page_id )
;