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 );