- fixed "Clear All";

This commit is contained in:
Nikita Sinelnikov
2021-09-23 17:57:53 +03:00
parent f7764440bb
commit f8ab0ff80a
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -1253,6 +1253,7 @@ jQuery(document.body).ready( function() {
if ( typeof current_value == 'undefined' ) {
current_value = [];
} else {
current_value = um_unsanitize_value( current_value );
current_value = current_value.split( '||' );
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -157,7 +157,9 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
= 2.2.6: October xx, 2021 =
* Bugfixes:
- Fixed: "Clear All" button for the filters with "&" symbol in the label
= 2.2.5: September 22, 2021 =