From 1eed4183b201e0355bbe747b5a800af3ba8b6a01 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 22 Mar 2018 13:42:38 -0600 Subject: [PATCH] Add @codingStandardsIgnoreLine Adds "@codingStandardsIgnoreLine" when nothing else has been changed in line; This is a Woo change, adding to better sync files with standard Woo templates. --- woocommerce/cart/cart.php | 1 + woocommerce/checkout/form-pay.php | 6 +++--- woocommerce/myaccount/form-edit-address.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index 16f997a..d10a959 100644 --- a/woocommerce/cart/cart.php +++ b/woocommerce/cart/cart.php @@ -53,6 +53,7 @@ do_action( 'woocommerce_before_cart' ); ?> ×', esc_url( wc_get_cart_remove_url( $cart_item_key ) ), diff --git a/woocommerce/checkout/form-pay.php b/woocommerce/checkout/form-pay.php index 7b55b03..a5b4774 100644 --- a/woocommerce/checkout/form-pay.php +++ b/woocommerce/checkout/form-pay.php @@ -50,7 +50,7 @@ if ( ! defined( 'ABSPATH' ) ) { ?> ' . sprintf( '× %s', esc_html( $item['qty'] ) ) . '', $item ); ?> - get_formatted_line_subtotal( $item ); ?> + get_formatted_line_subtotal( $item ); ?> @@ -59,8 +59,8 @@ if ( ! defined( 'ABSPATH' ) ) { get_order_item_totals() ) : ?> - - + + diff --git a/woocommerce/myaccount/form-edit-address.php b/woocommerce/myaccount/form-edit-address.php index 2155ab8..2ae78f0 100644 --- a/woocommerce/myaccount/form-edit-address.php +++ b/woocommerce/myaccount/form-edit-address.php @@ -30,7 +30,7 @@ do_action( 'woocommerce_before_edit_account_address_form' ); ?>
-

+