Plugin Directory

Changeset 632536

Timestamp:
12/01/2012 02:42:06 AM (12 years ago)
Author:
logikal16
Message:

Return shortcode output buffer

Location:
stripe-donations/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stripe-donations/trunk/index.php

    r632527 r632536  
    44Plugin URI: https://uproot.us/
    55Description: Accept donations on your site using Stripe.
    6 Version: 1.0.0
     6Version: 1.0.
    77Author: Matt Gibbs
    88Author URI: https://uproot.us/
     
    129129
    130130    function shortcode($atts) {
     131
     132
    131133        $amount = isset($atts['amount']) ? $atts['amount'] : '1000';
    132134    ?>
     
    152154        data-label="Donate"></script>
    153155    <?php
     156
    154157    }
    155158
  • stripe-donations/trunk/readme.txt

    r632527 r632536  
    1 === Stripe Donation ===
     1=== Stripe Donation ===
    22Contributors: logikal16
    33Donate link: https://uproot.us/donate/
     
    2121== Changelog ==
    2222
     23
     24
     25
    2326= 1.0.0 =
    2427* Initial release
Note: See TracChangeset for help on using the changeset viewer.