PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.6.1
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.6.1
1.6.1 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
← All changes | inc/database/tables/donors.php +1 -1 1.5.1 → 1.6.1 View file →
@@ -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