Use numbered index in sprintf
This commit is contained in:
parent
8265295862
commit
e640707f89
|
@ -108,7 +108,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page {
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'checkboxgroup' => '',
|
'checkboxgroup' => '',
|
||||||
'show_if_checked' => 'option',
|
'show_if_checked' => 'option',
|
||||||
'desc_tip' => sprintf( __( 'Force SSL (HTTPS) on the checkout pages (<a href="%s">an SSL Certificate is required</a>).', 'woocommerce' ), 'https://docs.woocommerce.com/document/ssl-and-https/#section-3' ),
|
'desc_tip' => sprintf( __( 'Force SSL (HTTPS) on the checkout pages (%1$san SSL Certificate is required%2$s).', 'woocommerce' ), '<a href="https://docs.woocommerce.com/document/ssl-and-https/#section-3" target="_blank">', '</a>' )
|
||||||
),
|
),
|
||||||
|
|
||||||
'unforce_ssl_checkout' => array(
|
'unforce_ssl_checkout' => array(
|
||||||
|
|
Loading…
Reference in New Issue