diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/TermViewBuilder.php b/core/modules/taxonomy/lib/Drupal/taxonomy/TermViewBuilder.php index 96f925f..af56597 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/TermViewBuilder.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/TermViewBuilder.php @@ -24,7 +24,8 @@ public function buildContent(array $entities, array $displays, $view_mode, $lang foreach ($entities as $entity) { // Add the description if enabled. - // @todo Remove this when base fields will be able to use formatters. + // @todo Remove this when base fields are able to use formatters. + // https://drupal.org/node/2144919 $display = $displays[$entity->bundle()]; if (!empty($entity->description->value) && $display->getComponent('description')) { $entity->content['description'] = array(