mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed "Clear All";
This commit is contained in:
@@ -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( '||' );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user