Pledge: Update copy for pledge confirmation email

This commit is contained in:
Corey McKrill 2019-10-29 16:17:24 -07:00
parent 8cf48c8746
commit 9ab0d5af9f
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38

View file

@ -155,8 +155,8 @@ function send_pledge_confirmation_email( $pledge_id, $action_page_id ) {
$pledge = get_post( $pledge_id ); $pledge = get_post( $pledge_id );
$message = $message =
'Thanks for committing to help keep WordPress sustainable! Please confirm this email address ' . 'Thanks for pledging your time to contribute to WordPress! Please confirm this email address in order to publish your pledge:' . "\n\n" .
'in order to publish your pledge:' . "\n\n" .
Email\get_authentication_url( $pledge_id, 'confirm_pledge_email', $action_page_id ) Email\get_authentication_url( $pledge_id, 'confirm_pledge_email', $action_page_id )
; ;