mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
Remove notices
This commit is contained in:
+1
-2
@@ -1987,9 +1987,8 @@ class UM_Fields {
|
||||
$output .= '<option value=""></option>';
|
||||
|
||||
$arr_selected = array();
|
||||
|
||||
// add options
|
||||
if( ! empty( $options ) ){
|
||||
if( ! empty( $options ) && is_array( $options ) ){
|
||||
foreach( $options as $k => $v ) {
|
||||
|
||||
$v = rtrim( $v );
|
||||
|
||||
Reference in New Issue
Block a user