Plugin Directory

Changeset 564158


Ignore:
Timestamp:
06/26/2012 05:45:07 PM (14 years ago)
Author:
theorboman
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easy-paypal-custom-fields/trunk/easy-paypal-custom-fields.php

    r493890 r564158  
    2828
    2929/*
    30 
    31  This programme is written using OOP techniques. OOP is awesome and works
    32  great with WordPress. If you've been thinking about giving it a go, I can
    33  but suggest that you go for it!
    34  
    3530 @richardsweeney
    36 
    3731*/
     32
    3833
    3934class RPS_eppcf {
     
    162157        );
    163158        if( !get_option( 'rps_eppcf_options' ) ) {
     159       
    164160            update_option( 'rps_eppcf_options', $button );
     161       
    165162        }
    166163       
     
    995992            case 'pp_large' :
    996993                if( $button_type == 'Buy Now' ) {
    997                     $args = array();
     994                    $args = array( 'src' => 'btn_buynow_LG.gif' );
    998995                } else if ( $button_type == 'Donations' ) {
    999                     $args = array( 'src' => 'btn_buynow_LG.gif' );
     996                    $args = array( 'src' => 'btn_donate_LG.gif' );
    1000997                }
    1001998                break;
Note: See TracChangeset for help on using the changeset viewer.