diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index 0e81236..16f997a 100644 --- a/woocommerce/cart/cart.php +++ b/woocommerce/cart/cart.php @@ -139,7 +139,7 @@ do_action( 'woocommerce_before_cart' ); ?> - + diff --git a/woocommerce/checkout/form-coupon.php b/woocommerce/checkout/form-coupon.php index 17edb2d..1d0bb70 100644 --- a/woocommerce/checkout/form-coupon.php +++ b/woocommerce/checkout/form-coupon.php @@ -37,7 +37,7 @@ if ( empty( WC()->cart->applied_coupons ) ) {
- +
diff --git a/woocommerce/checkout/form-pay.php b/woocommerce/checkout/form-pay.php index 08ff492..7b55b03 100644 --- a/woocommerce/checkout/form-pay.php +++ b/woocommerce/checkout/form-pay.php @@ -88,7 +88,7 @@ if ( ! defined( 'ABSPATH' ) ) { - ' ); ?> + ' . esc_html( $order_button_text ) . '' ); // @codingStandardsIgnoreLine ?> diff --git a/woocommerce/checkout/payment.php b/woocommerce/checkout/payment.php index 27e0ba2..fc30548 100644 --- a/woocommerce/checkout/payment.php +++ b/woocommerce/checkout/payment.php @@ -40,15 +40,15 @@ if ( ! is_ajax() ) {- +