Skip to content

Commit

Permalink
Merge branch 'release/1.3.23'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Nov 4, 2017
2 parents f49da82 + 38e1975 commit 74d1a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog ==

= 1.3.23 - 04 November 2017 =
* Updated WooCommerce mini-cart to fix incorrect function notice.

= 1.3.22 - 30 October 2017 =
* Added comment moderation notification.
* Minor code improvements.
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<?php global $woocommerce; ?>
<ul class="shopping-cart">
<li>
<a class="shopping-cart-link" href="<?php echo $woocommerce->cart->get_cart_url();?>">
<a class="shopping-cart-link" href="<?php echo esc_url( wc_get_cart_url() ); ?>">
<span class="screen-reader-text"><?php esc_html_e( 'View shopping cart', 'siteorigin-north' ); ?></span>
<span class="north-icon-cart"></span>
<span class="shopping-cart-text"><?php esc_html_e( ' View Cart ', 'siteorigin-north' ); ?></span>
Expand Down

0 comments on commit 74d1a0c

Please sign in to comment.