Changeset 2254781
- Timestamp:
- 03/05/2020 02:23:23 AM (6 years ago)
- Location:
- custom-post-donations/trunk
- Files:
-
- 3 edited
-
admin/edit-cpDonation.php (modified) (1 diff)
-
custom-post-donations.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-donations/trunk/admin/edit-cpDonation.php
r2122854 r2254781 162 162 <td> 163 163 <select name="cpDonationType" id="donation-type"> 164 <option id="standard" value="1"<?php echo ($donationWidget->donationtype == 1) ? " selected='selected'" : "" ?>> Standard Donation</option>165 <option id="fixed-additional" value="2"<?php echo ($donationWidget->donationtype == 2) ? " selected='selected'" : "" ?>> Fixed + Additional</option>166 <option id="per-item" value="3"<?php echo ($donationWidget->donationtype == 3) ? " selected='selected'" : "" ?>> Per Item + Additional</option>164 <option id="standard" value="1"<?php echo ($donationWidget->donationtype == 1) ? " selected='selected'" : "" ?>><?php _e('Standard Donation', 'custom-post-donations'); ?></option> 165 <option id="fixed-additional" value="2"<?php echo ($donationWidget->donationtype == 2) ? " selected='selected'" : "" ?>><?php _e('Fixed + Additional', 'custom-post-donations'); ?></option> 166 <option id="per-item" value="3"<?php echo ($donationWidget->donationtype == 3) ? " selected='selected'" : "" ?>><?php _e('Per Item + Additional', 'custom-post-donations'); ?></option> 167 167 </select> 168 168 </td> -
custom-post-donations/trunk/custom-post-donations.php
r2122854 r2254781 5 5 Description: This WordPress plugin will allow you to create unique customized PayPal donation widgets on WordPress posts or pages and accept donations. Creates custom PayPal donation widgets. 6 6 Author: HahnCreativeGroup 7 Version: 4.2. 57 Version: 4.2.6 8 8 Author URI: https://plugingarden.com/ 9 9 */ -
custom-post-donations/trunk/readme.txt
r2228212 r2254781 6 6 Tested up to: 5.3 7 7 Requires PHP: 5.6 8 Stable tag: 4.2. 58 Stable tag: 4.2.6 9 9 10 10 WordPress PayPal Plugin to easily accept payment in WordPress by adding a PayPal button to your website. Add PayPal Buy Now and integrated forms for selling products and accepting donations. … … 82 82 == Changelog == 83 83 84 **4.2.6** 85 86 * Added more code for i18n conversion. 87 84 88 **4.2.5** 85 89
Note: See TracChangeset
for help on using the changeset viewer.