Skip to content

Commit

Permalink
Fixed text domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Oct 26, 2018
1 parent 38355dc commit 06cf397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce/cart/mini-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
echo apply_filters( 'woocommerce_cart_item_remove_link', sprintf(
'<a href="%s" class="remove remove_from_cart_button" aria-label="%s" data-product_id="%s" data-cart_item_key="%s" data-product_sku="%s">&times;</a>',
esc_url( wc_get_cart_remove_url( $cart_item_key ) ),
__( 'Remove this item', 'woocommerce' ),
__( 'Remove this item', 'siteorigin-north' ),
esc_attr( $product_id ),
esc_attr( $cart_item_key ),
esc_attr( $_product->get_sku() )
Expand Down

0 comments on commit 06cf397

Please sign in to comment.