escape translateable string

This commit is contained in:
David Remer 2020-10-01 09:09:24 +03:00
parent e3055a69f0
commit 53c4479db7

View file

@ -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'
);