From 8a733f4837881edef2082e7ccf698d448e4139cd Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 22 Mar 2018 13:57:18 -0600 Subject: [PATCH] Remove esc_attr Identical to new Woo files. --- woocommerce/cart/cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index f27c76e..30e38a0 100644 --- a/woocommerce/cart/cart.php +++ b/woocommerce/cart/cart.php @@ -57,7 +57,7 @@ do_action( 'woocommerce_before_cart' ); ?> echo apply_filters( 'woocommerce_cart_item_remove_link', sprintf( '×', esc_url( wc_get_cart_remove_url( $cart_item_key ) ), - esc_attr__( 'Remove this item', 'understrap' ), + __( 'Remove this item', 'understrap' ), esc_attr( $product_id ), esc_attr( $_product->get_sku() ) ), $cart_item_key );