From 53c4479db70d0e951427789d21faa035c0b40f2a Mon Sep 17 00:00:00 2001 From: David Remer Date: Thu, 1 Oct 2020 09:09:24 +0300 Subject: [PATCH] escape translateable string --- .../ppcp-wc-gateway/src/Admin/class-renderauthorizeaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/src/Admin/class-renderauthorizeaction.php b/modules/ppcp-wc-gateway/src/Admin/class-renderauthorizeaction.php index d15e95ef6..ccafac8e4 100644 --- a/modules/ppcp-wc-gateway/src/Admin/class-renderauthorizeaction.php +++ b/modules/ppcp-wc-gateway/src/Admin/class-renderauthorizeaction.php @@ -30,7 +30,7 @@ class RenderAuthorizeAction { return $order_actions; } - $order_actions['ppcp_authorize_order'] = __( + $order_actions['ppcp_authorize_order'] = esc_html__( 'Capture authorized PayPal payment', 'paypal-payments-for-woocommerce' );