Skip to content

Commit

Permalink
Removed usage of edd_get_option and edd in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Jun 5, 2015
1 parent 33424e0 commit e4c1007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/forms/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ function give_get_price_option_name( $form_id = 0, $price_id = 0, $payment_id =
}


return apply_filters( 'edd_get_price_option_name', $price_name, $form_id, $payment_id, $price_id );
return apply_filters( 'give_get_price_option_name', $price_name, $form_id, $payment_id, $price_id );
}


Expand Down
2 changes: 1 addition & 1 deletion includes/gateways/paypal-standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function give_get_paypal_redirect( $ssl_check = false ) {
*/
function give_get_paypal_page_style() {

$page_style = trim( edd_get_option( 'paypal_page_style', 'PayPal' ) );
$page_style = trim( give_get_option( 'paypal_page_style', 'PayPal' ) );

return apply_filters( 'give_paypal_page_style', $page_style );
}
Expand Down

0 comments on commit e4c1007

Please sign in to comment.