- fixed wp_mail text/plain and text/html headers;

- fixed profile tabs without icons at mobile devices;
This commit is contained in:
nikitozzzzzzz
2018-05-25 15:05:14 +03:00
parent 79ae9a9185
commit 4000dca515
6 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -2890,7 +2890,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
$um_field_checkbox_item_title = $v;
$option_value = $v;
if (!is_numeric( $k ) && in_array( $form_key, array( 'role' ) )) {
if ( ! is_numeric( $k ) && in_array( $form_key, array( 'role', 'role_radio' ) ) ) {
$um_field_checkbox_item_title = $v;
$option_value = $k;
}