| @@ -619,9 +619,9 @@ | ||
| 619 | 619 | * @param int $donor_id Donor row ID. |
| 620 | 620 | * @param float $amount Donation amount. |
| 621 | 621 | * @param int $donation_id Donation row ID this call is for. |
| 622 | 622 | * @return bool True when this call recorded it, false when already recorded or invalid. |
| 623 | - * @since x.x.x | |
| 623 | + * @since 1.6.0 | |
| 624 | 624 | */ |
| 625 | 625 | public static function record_donation_once( $donor_id, $amount, $donation_id ) { |
| 626 | 626 | $donation_id = absint( $donation_id ); |
| 627 | 627 | |