Skip to content
Snippets Groups Projects
Commit b5e19e1d authored by Lily Yan's avatar Lily Yan
Browse files

Revert "Merge branch 'feature/ISTWCMS-6945-ebremner-fix-details-label' into '1.1.x'"

This reverts merge request !132
parent 0f893889
No related branches found
No related tags found
1 merge request!133Revert "Merge branch 'feature/ISTWCMS-6945-ebremner-fix-details-label' into '1.1.x'"
...@@ -740,8 +740,5 @@ function uw_fdsu_theme_resp_preprocess_details(&$variables) { ...@@ -740,8 +740,5 @@ function uw_fdsu_theme_resp_preprocess_details(&$variables) {
if (isset($variables['element'][0]['#attributes']['data-drupal-selector'])) { if (isset($variables['element'][0]['#attributes']['data-drupal-selector'])) {
$variables['form_field_id'] = $variables['element'][0]['#attributes']['data-drupal-selector']; $variables['form_field_id'] = $variables['element'][0]['#attributes']['data-drupal-selector'];
} }
elseif (isset($variables['element']['#attributes']['data-drupal-selector'])) {
$variables['form_field_id'] = $variables['element']['#attributes']['data-drupal-selector'];
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment