- 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( '||' );
}