- roles multiselect on Profile form settings;

This commit is contained in:
nikitozzzzzzz
2018-06-03 20:02:55 +03:00
parent 9fa2964281
commit abb00b74c3
4 changed files with 30 additions and 18 deletions
+1 -1
View File
@@ -731,7 +731,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
$value = $this->get_field_value( $field_data );
$options = '';
foreach ( $field_data['options'] as $key=>$option ) {
foreach ( $field_data['options'] as $key => $option ) {
if ( ! empty( $field_data['multi'] ) ) {
if ( ! is_array( $value ) || empty( $value ) )