mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
✏️ Fix incorrect <br> tags
This commit is contained in:
parent
a4a4f80a99
commit
c664a8308b
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
||||||
),
|
),
|
||||||
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#button-on-checkout" target="_blank">',
|
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#button-on-checkout" target="_blank">',
|
||||||
'</a>',
|
'</a>',
|
||||||
'</ br>'
|
'<br />'
|
||||||
),
|
),
|
||||||
'type' => 'ppcp-heading',
|
'type' => 'ppcp-heading',
|
||||||
'screens' => array(
|
'screens' => array(
|
||||||
|
|
|
@ -847,7 +847,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
||||||
__( 'When enabled, a %1$sPay Later button%2$s is displayed for eligible customers.%3$sPayPal buttons must be enabled to display the Pay Later button.', 'woocommerce-paypal-payments' ),
|
__( 'When enabled, a %1$sPay Later button%2$s is displayed for eligible customers.%3$sPayPal buttons must be enabled to display the Pay Later button.', 'woocommerce-paypal-payments' ),
|
||||||
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#pay-later-buttons" target="_blank">',
|
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#pay-later-buttons" target="_blank">',
|
||||||
'</a>',
|
'</a>',
|
||||||
'</ br>'
|
'<br />'
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'pay_later_button_enabled' => array(
|
'pay_later_button_enabled' => array(
|
||||||
|
|
|
@ -233,7 +233,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
||||||
),
|
),
|
||||||
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#button-on-checkout" target="_blank">',
|
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#button-on-checkout" target="_blank">',
|
||||||
'</a>',
|
'</a>',
|
||||||
'</ br>'
|
'<br />'
|
||||||
),
|
),
|
||||||
'type' => 'ppcp-heading',
|
'type' => 'ppcp-heading',
|
||||||
'screens' => array(
|
'screens' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue