mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- fixed "Clear All";
This commit is contained in:
@@ -1253,6 +1253,7 @@ jQuery(document.body).ready( function() {
|
|||||||
if ( typeof current_value == 'undefined' ) {
|
if ( typeof current_value == 'undefined' ) {
|
||||||
current_value = [];
|
current_value = [];
|
||||||
} else {
|
} else {
|
||||||
|
current_value = um_unsanitize_value( current_value );
|
||||||
current_value = current_value.split( '||' );
|
current_value = current_value.split( '||' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -157,7 +157,9 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|||||||
|
|
||||||
= 2.2.6: October xx, 2021 =
|
= 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 =
|
= 2.2.5: September 22, 2021 =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user