Changeset 564158
- Timestamp:
- 06/26/2012 05:45:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php
r493890 r564158 28 28 29 29 /* 30 31 This programme is written using OOP techniques. OOP is awesome and works32 great with WordPress. If you've been thinking about giving it a go, I can33 but suggest that you go for it!34 35 30 @richardsweeney 36 37 31 */ 32 38 33 39 34 class RPS_eppcf { … … 162 157 ); 163 158 if( !get_option( 'rps_eppcf_options' ) ) { 159 164 160 update_option( 'rps_eppcf_options', $button ); 161 165 162 } 166 163 … … 995 992 case 'pp_large' : 996 993 if( $button_type == 'Buy Now' ) { 997 $args = array( );994 $args = array( 'src' => 'btn_buynow_LG.gif' ); 998 995 } else if ( $button_type == 'Donations' ) { 999 $args = array( 'src' => 'btn_ buynow_LG.gif' );996 $args = array( 'src' => 'btn_donate_LG.gif' ); 1000 997 } 1001 998 break;
Note: See TracChangeset
for help on using the changeset viewer.