Pledge Form: Make email naming consistent.

This helps distinguish between _pledge_ and _contributor_ emails, and _verifying_ auth tokens and _confirming_ pledges.
This commit is contained in:
Ian Dunn 2019-10-26 08:23:41 -07:00
parent 35fa99324e
commit c4f2fe58ab
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
3 changed files with 6 additions and 6 deletions

View file

@ -61,7 +61,7 @@ function send_email( $to, $subject, $message ) {
* @param int $pledge_id
* @param string $action
* @param int $action_page_id The ID of the page that the user will be taken back to, in order to process their
* verification request.
* confirmation request.
*
* @return string
*/