diff --git a/classes/shortcodes/class-wc-shortcode-order-tracking.php b/classes/shortcodes/class-wc-shortcode-order-tracking.php index 922f69f9e9e..a030e676b76 100644 --- a/classes/shortcodes/class-wc-shortcode-order-tracking.php +++ b/classes/shortcodes/class-wc-shortcode-order-tracking.php @@ -50,11 +50,11 @@ class WC_Shortcode_Order_Tracking { if ( ! $order_id ) { - echo '

' . __( 'Please enter a valid order ID', 'woocommerce' ) . '

'; + echo '

' . __( 'Please enter a valid order ID', 'woocommerce' ) . '

'; } elseif ( ! $order_email ) { - echo '

' . __( 'Please enter a valid order email', 'woocommerce' ) . '

'; + echo '

' . __( 'Please enter a valid order email', 'woocommerce' ) . '

'; } else { @@ -73,7 +73,7 @@ class WC_Shortcode_Order_Tracking { } else { - echo '

' . sprintf( __( 'Sorry, we could not find that order id in our database.', 'woocommerce' ), get_permalink($post->ID ) ) . '

'; + echo '

' . sprintf( __( 'Sorry, we could not find that order id in our database.', 'woocommerce' ), get_permalink($post->ID ) ) . '

'; } diff --git a/classes/shortcodes/class-wc-shortcode-view-order.php b/classes/shortcodes/class-wc-shortcode-view-order.php index 96ad2679057..be471a4cbc8 100644 --- a/classes/shortcodes/class-wc-shortcode-view-order.php +++ b/classes/shortcodes/class-wc-shortcode-view-order.php @@ -46,7 +46,7 @@ class WC_Shortcode_View_Order { } if ( $order->user_id != $user_id ) { - echo '
' . __( 'Invalid order.', 'woocommerce' ) . ' '. __( 'My Account →', 'woocommerce' ) .'' . '
'; + echo '
' . __( 'Invalid order.', 'woocommerce' ) . ' '. __( 'My Account →', 'woocommerce' ) .'' . '
'; return; } diff --git a/classes/widgets/class-wc-widget-login.php b/classes/widgets/class-wc-widget-login.php index aa473eee475..fdd620c7861 100644 --- a/classes/widgets/class-wc-widget-login.php +++ b/classes/widgets/class-wc-widget-login.php @@ -104,7 +104,7 @@ class WC_Widget_Login extends WP_Widget { global $login_errors; if ( is_wp_error($login_errors) && $login_errors->get_error_code() ) foreach ($login_errors->get_error_messages() as $error) : - echo '
' . esc_html( $error ) . "
\n"; + echo '
' . esc_html( $error ) . "
\n"; break; endforeach; diff --git a/templates/cart/totals.php b/templates/cart/totals.php index 9c307ba9c63..47e003f4aef 100644 --- a/templates/cart/totals.php +++ b/templates/cart/totals.php @@ -170,7 +170,7 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods(); customer->get_shipping_state() || ! $woocommerce->customer->get_shipping_postcode() ) : ?> -
+

@@ -178,7 +178,7 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods(); -
+

countries->countries[ $woocommerce->customer->get_shipping_country() ] ); ?>

diff --git a/templates/checkout/form-coupon.php b/templates/checkout/form-coupon.php index 40709889358..4ce26b2fccf 100644 --- a/templates/checkout/form-coupon.php +++ b/templates/checkout/form-coupon.php @@ -14,7 +14,7 @@ if ( get_option( 'woocommerce_enable_coupons' ) == 'no' || get_option( 'woocomme $info_message = apply_filters('woocommerce_checkout_coupon_message', __( 'Have a coupon?', 'woocommerce' )); ?> -

+

diff --git a/templates/checkout/form-login.php b/templates/checkout/form-login.php index f1eb3978e59..8ec56d2ed55 100644 --- a/templates/checkout/form-login.php +++ b/templates/checkout/form-login.php @@ -14,7 +14,7 @@ if ( is_user_logged_in() || ! $checkout->enable_signup ) return; $info_message = apply_filters( 'woocommerce_checkout_login_message', __( 'Already registered?', 'woocommerce' ) ); ?> -

+

cart->get_cart() ) == 0 ) { - echo '
' . __( 'Sorry, your session has expired.', 'woocommerce' ) . ' ' . __( 'Return to homepage →', 'woocommerce' ) . '
'; + echo '
' . __( 'Sorry, your session has expired.', 'woocommerce' ) . ' ' . __( 'Return to homepage →', 'woocommerce' ) . '
'; die(); }