Skip to content

Commit aa035e7

Browse files
authored
Update add-donor-meta.php
clarify comment
1 parent 5d91264 commit aa035e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

donors/add-donor-meta.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ function give_required_donor_phone_form_field( $required_fields, $form_id ){
5353

5454
/**
5555
* Save phone number to donation and donor meta
56-
* Note: donor phone will update in donor meta if donor changes there phone number.
56+
* Note: donor phone will update in donor meta if donor changes the phone number.
57+
* So on a second donation with a new number, the old number will be changed in the DONOR meta,
58+
* but the donation meta of the first donation will have the old number.
5759
*
5860
* @param int $donation_id Donation ID.
5961
*/

0 commit comments

Comments
 (0)