- 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
@@ -47,7 +47,7 @@ if ( ! class_exists( 'UM_Menu_Item_Custom_Fields_Editor' ) ) {
if ( empty( $_POST['menu-item-db-id'] ) || ! in_array( $menu_item_db_id, $_POST['menu-item-db-id'] ) ) {
return;
}
//var_dump($_POST['menu-item-um_nav_roles']); exit;
foreach ( self::$fields as $_key => $label ) {
$key = sprintf( 'menu-item-%s', $_key );