Merge branch 'master' of github.com:woothemes/woocommerce
This commit is contained in:
commit
0bb4655da8
File diff suppressed because one or more lines are too long
|
@ -1409,7 +1409,6 @@ p.demo_store {
|
|||
a,
|
||||
span {
|
||||
padding: 1px 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -396,7 +396,7 @@ class WC_Widget_Layered_Nav extends WC_Widget {
|
|||
|
||||
echo ( $count > 0 || $option_is_set ) ? '</a>' : '</span>';
|
||||
|
||||
echo ' <small class="count">' . $count . '</small></li>';
|
||||
echo ' <span class="count">(' . $count . ')</span></li>';
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue