Changeset 1947297
- Timestamp:
- 09/26/2018 11:27:52 AM (7 years ago)
- Location:
- donorbox-donation-form
- Files:
-
- 12 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
donorbox-donation-form/trunk/donorbox_embed_campaign.php
r1940056 r1947297 7 7 Author URI: https://donorbox.org 8 8 Tags: donation, donations, nonprofit, nonprofits, fundraising, payment, payments, crowdfunding, campaign, stripe, campaigns, social causes, causes, credit card, credit cards 9 Version: 7.1 9 Version: 7.1.1 10 10 License: GPLv2 or later. 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 148 148 $style = 'style="max-width:100%; min-width:100%;"'; 149 149 } 150 if( $campaign_keys['query'])150 if(isset($campaign_keys['query']) && $campaign_keys['query']) 151 151 $pars[] = $campaign_keys['query']; 152 152 if(!empty($pars)) -
donorbox-donation-form/trunk/readme.txt
r1938473 r1947297 7 7 Requires at least: 3.0 8 8 Tested up to: 4.9 9 Stable tag: 7.1 9 Stable tag: 7.1.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.