mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix multi-select options field
This commit is contained in:
+5
-2
@@ -1668,9 +1668,12 @@ class UM_Fields {
|
||||
|
||||
$v = rtrim( $v );
|
||||
|
||||
$um_field_checkbox_item_title = $v;
|
||||
$opt_value = $v;
|
||||
|
||||
if ( $use_keyword ) {
|
||||
$um_field_checkbox_item_title = $v;
|
||||
$opt_value = $k;
|
||||
} else {
|
||||
$opt_value = $v;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user