mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Fix the "get Help" links
This commit is contained in:
parent
f1f3f9dcc3
commit
5356ecb9e4
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ class HeaderRenderer {
|
||||||
<a class="button" href="https://woocommerce.com/document/woocommerce-paypal-payments/">'
|
<a class="button" href="https://woocommerce.com/document/woocommerce-paypal-payments/">'
|
||||||
. __( 'Documentation', 'woocommerce-paypal-payments' ) .
|
. __( 'Documentation', 'woocommerce-paypal-payments' ) .
|
||||||
'</a>
|
'</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' ) .
|
. __( 'Get Help', 'woocommerce-paypal-payments' ) .
|
||||||
'</a>
|
'</a>
|
||||||
<span class="ppcp-right-align">
|
<span class="ppcp-right-align">
|
||||||
|
|
|
@ -160,8 +160,8 @@ define( 'PPCP_FLAG_SEPARATE_APM_BUTTONS', apply_filters( 'woocommerce_paypal_pay
|
||||||
__( 'Documentation', 'woocommerce-paypal-payments' )
|
__( 'Documentation', 'woocommerce-paypal-payments' )
|
||||||
),
|
),
|
||||||
sprintf(
|
sprintf(
|
||||||
'<a href="%1$s">%2$s</a>',
|
'<a target="_blank" href="%1$s">%2$s</a>',
|
||||||
'https://woocommerce.com/my-account/create-a-ticket/',
|
'https://woocommerce.com/document/woocommerce-paypal-payments/#get-help',
|
||||||
__( 'Get help', 'woocommerce-paypal-payments' )
|
__( 'Get help', 'woocommerce-paypal-payments' )
|
||||||
),
|
),
|
||||||
sprintf(
|
sprintf(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue