Standards

This commit is contained in:
Mike Jolley 2017-10-27 16:07:30 +01:00
parent d9f0bd5e92
commit e5038e737e
1 changed files with 1 additions and 1 deletions

View File

@ -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