Plugin Directory

Changeset 1947297


Ignore:
Timestamp:
09/26/2018 11:27:52 AM (7 years ago)
Author:
rebelidealist
Message:

Fixes warning when query string is not present in the donation url

Location:
donorbox-donation-form
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • donorbox-donation-form/trunk/donorbox_embed_campaign.php

    r1940056 r1947297  
    77Author URI: https://donorbox.org
    88Tags: donation, donations, nonprofit, nonprofits, fundraising, payment, payments, crowdfunding, campaign, stripe, campaigns, social causes, causes, credit card, credit cards
    9 Version: 7.1
     9Version: 7.1.1
    1010License: GPLv2 or later.
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    148148      $style = 'style="max-width:100%; min-width:100%;"';
    149149    }
    150     if($campaign_keys['query'])
     150    if(isset($campaign_keys['query']) && $campaign_keys['query'])
    151151      $pars[] = $campaign_keys['query'];
    152152    if(!empty($pars))
  • donorbox-donation-form/trunk/readme.txt

    r1938473 r1947297  
    77Requires at least: 3.0
    88Tested up to: 4.9
    9 Stable tag: 7.1
     9Stable tag: 7.1.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.