Skip to content

Commit

Permalink
Merge pull request #2087 from mehul0810/quickfix/2071
Browse files Browse the repository at this point in the history
QuickFix/2071
  • Loading branch information
ravinderk committed Sep 18, 2017
2 parents 44a1898 + 7e2a32b commit 04dfa4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/deprecated/deprecated-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -630,13 +630,15 @@ function give_get_purchase_summary( $purchase_data, $email = true ) {
* @param array $payment_data Payment Data.
*
* @since 1.8.14
*
* @return string
*/
function give_build_paypal_item_title( $payment_data ) {

$backtrace = debug_backtrace();

_give_deprecated_function( __FUNCTION__, '1.8.14', 'give_payment_gateway_item_title', $backtrace );

give_payment_gateway_item_title( $payment_data );
return give_payment_gateway_item_title( $payment_data );

}

0 comments on commit 04dfa4d

Please sign in to comment.