Merge branch 'pr/17137'

This commit is contained in:
Mike Jolley 2017-10-27 15:59:56 +01:00
commit 35f5140e1c
1 changed files with 1 additions and 0 deletions

View File

@ -510,6 +510,7 @@ class WC_Widget_Layered_Nav extends WC_Widget {
if ( 'or' === $query_type && ! ( 1 === sizeof( $current_filter ) && $option_is_set ) ) {
$link = add_query_arg( 'query_type_' . sanitize_title( str_replace( 'pa_', '', $taxonomy ) ), 'or', $link );
}
$link = str_replace( '%2C', ',', $link );
}
if ( $count > 0 || $option_is_set ) {