Fix the "get Help" links

This commit is contained in:
Narek Zakarian 2022-08-29 14:39:52 +04:00
parent f1f3f9dcc3
commit 5356ecb9e4
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ class HeaderRenderer {
<a class="button" href="https://woocommerce.com/document/woocommerce-paypal-payments/">'
. __( 'Documentation', 'woocommerce-paypal-payments' ) .
'</a>
<a class="button" href="https://woocommerce.com/my-account/create-a-ticket/">'
<a class="button" target="_blank" href="https://woocommerce.com/document/woocommerce-paypal-payments/#get-help">'
. __( 'Get Help', 'woocommerce-paypal-payments' ) .
'</a>
<span class="ppcp-right-align">

View file

@ -160,8 +160,8 @@ define( 'PPCP_FLAG_SEPARATE_APM_BUTTONS', apply_filters( 'woocommerce_paypal_pay
__( 'Documentation', 'woocommerce-paypal-payments' )
),
sprintf(
'<a href="%1$s">%2$s</a>',
'https://woocommerce.com/my-account/create-a-ticket/',
'<a target="_blank" href="%1$s">%2$s</a>',
'https://woocommerce.com/document/woocommerce-paypal-payments/#get-help',
__( 'Get help', 'woocommerce-paypal-payments' )
),
sprintf(