forked from mirror/_s
Second arg of the_widget is an array.
This commit is contained in:
parent
e72ba5b291
commit
579ad2eeea
|
@ -213,7 +213,7 @@ if ( ! function_exists( '_s_woocommerce_header_cart' ) ) {
|
||||||
<?php _s_woocommerce_cart_link(); ?>
|
<?php _s_woocommerce_cart_link(); ?>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<?php the_widget( 'WC_Widget_Cart', 'title=' ); ?>
|
<?php the_widget( 'WC_Widget_Cart', array( 'title' => '' ) ); ?>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php
|
<?php
|
||||||
|
|
Reference in New Issue