Merge pull request #247 from evandiamond/master - Thx @evandiamond !
Typo fix. Current pages creates a ton of errors
This commit is contained in:
commit
15cee092fb
|
@ -25,7 +25,7 @@ wc_print_notices();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<p class="cart-empty">
|
<p class="cart-empty">
|
||||||
<?php esh_html_e( 'Your cart is currently empty.', 'understrap' ) ?>
|
<?php esc_html_e( 'Your cart is currently empty.', 'understrap' ) ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<?php do_action( 'woocommerce_cart_is_empty' ); ?>
|
<?php do_action( 'woocommerce_cart_is_empty' ); ?>
|
||||||
|
|
Reference in New Issue