|
@@ -226,7 +226,7 @@ |
|
|
block discarded – undo |
|
226
|
226
|
?> |
|
227
|
227
|
<a class="cart-contents" href="<?php echo esc_url( wc_get_cart_url() ); ?>" title="<?php esc_attr_e( 'View your shopping cart', '_s' ); ?>"> |
|
228
|
228
|
<?php /* translators: number of items in the mini cart. */ ?> |
|
229
|
|
- <span class="amount"><?php echo wp_kses_data( WC()->cart->get_cart_subtotal() ); ?></span> <span class="count"><?php echo wp_kses_data( sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), '_s' ), WC()->cart->get_cart_contents_count() ) );?></span> |
|
|
229
|
+ <span class="amount"><?php echo wp_kses_data( WC()->cart->get_cart_subtotal() ); ?></span> <span class="count"><?php echo wp_kses_data( sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), '_s' ), WC()->cart->get_cart_contents_count() ) ); ?></span> |
|
230
|
230
|
</a> |
|
231
|
231
|
<?php |
|
232
|
232
|
} |
Please login to merge, or discard this patch.