diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php b/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php index bcf7877b031..ff93edeb74c 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php @@ -61,7 +61,6 @@ class VocabularyListController extends DraggableListController { */ public function buildHeader() { $header['label'] = t('Vocabulary name'); - $header['weight'] = t('Weight'); return $header + parent::buildHeader(); }