Fixed coding standards

This commit is contained in:
Claudio Sanches 2016-09-13 17:47:19 -03:00
parent 08b8fe0ed3
commit 5de8dd0d65
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page {
'type' => 'checkbox',
'checkboxgroup' => '',
'show_if_checked' => 'option',
'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>' )
'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(