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

Merge branch 'revert-0f893889' into '1.1.x'

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

See merge request !133
parents 0f893889 b5e19e1d
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