mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 02:01:18 +03:00
Pledge: Update copy for pledge confirmation email
This commit is contained in:
parent
8cf48c8746
commit
9ab0d5af9f
1 changed files with 3 additions and 3 deletions
|
@ -155,13 +155,13 @@ 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 )
|
||||||
;
|
;
|
||||||
|
|
||||||
// todo include a notice that the link will expire in X hours, so they know what to expect
|
// todo include a notice that the link will expire in X hours, so they know what to expect
|
||||||
// need to make that value DRY across all emails with links
|
// need to make that value DRY across all emails with links
|
||||||
// should probably say that on the front end form success message as well, so they know to go check their email now instead of after lunch.
|
// should probably say that on the front end form success message as well, so they know to go check their email now instead of after lunch.
|
||||||
|
|
||||||
return Email\send_email(
|
return Email\send_email(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue