diff --git a/core/um-fields.php b/core/um-fields.php index 28e57be2..cd712bad 100644 --- a/core/um-fields.php +++ b/core/um-fields.php @@ -1569,7 +1569,7 @@ class UM_Fields { $option_value = $k; } - $output .= 'is_selected($form_key, $option_value, $data) ) { $output.= 'selected'; } @@ -1639,7 +1639,7 @@ class UM_Fields { $opt_value = $v; } - $output .= 'is_selected($key, $opt_value, $data) ) { $output.= 'selected'; } @@ -1721,7 +1721,7 @@ class UM_Fields { } $output .= ''; - $output .= 'is_radio_checked($key, $option_value, $data) ) { $output.= 'checked';