Patch looks good to me, but there should be this small change.
+++ b/core/mod...

Contribution Date
Technology
Contribution Project
Contribution Details

Patch looks good to me, but there should be this small change.

+++ b/core/modules/views/views.theme.inc @@ -517,7 +517,12 @@ function template_preprocess_views_view_table(&$variables) { + $variables['header'][$field]['content'] = drupal_render($label_with_wrapper);

We don't need this. We can directly render from the array itself.

Contribution Author
Files count
0
Patches count
0