diff --git a/includes/admin/class-forms.php b/includes/admin/class-forms.php index 6ef0649f4..1856ce56f 100644 --- a/includes/admin/class-forms.php +++ b/includes/admin/class-forms.php @@ -1,4 +1,5 @@ - array(), ); - $allowed_html = array_merge( $global_allowed, $allowed_html ); + $allowed_html = array_merge_recursive( $global_allowed, $allowed_html ); $allowed_html = array_map( '_wp_add_global_attributes', $allowed_html ); /** diff --git a/includes/frontend/class-enqueue.php b/includes/frontend/class-enqueue.php index 7b4cd973e..c01957f37 100644 --- a/includes/frontend/class-enqueue.php +++ b/includes/frontend/class-enqueue.php @@ -1,13 +1,12 @@ -