In theme_field_ui_table(), the variable $colums_count is a misspelling. Rename it to $columns_count.

[milankovitch:drupal | Fri 13:48:09] $ grep -r "colums" *
core/modules/field_ui/field_ui.admin.inc:  $colums_count = 0;
core/modules/field_ui/field_ui.admin.inc:    $colums_count += (is_array($header) && isset($header['colspan']) ? $header['colspan'] : 1);
core/modules/field_ui/field_ui.admin.inc:          array('data' => $region['title'], 'colspan' => $colums_count),
core/modules/field_ui/field_ui.admin.inc:          array('data' => $region['message'], 'colspan' => $colums_count),
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chris.leversuch’s picture

Status: Active » Needs review
FileSize
1.47 KB

Attached.

xjm’s picture

Status: Needs review » Reviewed & tested by the community

Thanks @chris.leversuch!

chris.leversuch’s picture

I wasn't sure if you needed a D7 version as well

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 7.x and 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.