Standards
This commit is contained in:
parent
d9f0bd5e92
commit
e5038e737e
|
@ -504,7 +504,7 @@ class WC_Widget_Layered_Nav extends WC_Widget {
|
|||
}
|
||||
|
||||
if ( ! empty( $current_filter ) ) {
|
||||
asort($current_filter);
|
||||
asort( $current_filter );
|
||||
$link = add_query_arg( $filter_name, implode( ',', $current_filter ), $link );
|
||||
|
||||
// Add Query type Arg to URL
|
||||
|
|
Loading…
Reference in New Issue