Issue #2592025 by joelpittet, jordana: template_preprocess_field_multiple_value_form() remove nested render arrays

8.3.x
Alex Pott 2016-10-03 20:18:57 +01:00
parent 88ba3b9602
commit 29a02cbe23
1 changed files with 1 additions and 3 deletions

View File

@ -1600,9 +1600,7 @@ function template_preprocess_field_multiple_value_form(&$variables) {
array(
'data' => array(
'#prefix' => '<h4' . $header_attributes . '>',
'title' => array(
'#markup' => $element['#title'],
),
'#markup' => $element['#title'],
'#suffix' => '</h4>',
),
'colspan' => 2,