diff --git a/core/modules/comment/src/Plugin/views/field/NodeNewComments.php b/core/modules/comment/src/Plugin/views/field/NodeNewComments.php index 3f746d7..6b223b1 100644 --- a/core/modules/comment/src/Plugin/views/field/NodeNewComments.php +++ b/core/modules/comment/src/Plugin/views/field/NodeNewComments.php @@ -168,8 +168,8 @@ protected function renderLink($data, ResultRow $values) { )); // Because there is no support for selecting a specific comment field to // reference, we arbitrarily use the first such field name we find. - // @todo Provide a means for selecting the comment field: - // https://www.drupal.org/node/2594201 + // @todo Provide a means for selecting the comment field. + // https://www.drupal.org/node/2594201 $entity_manager = \Drupal::entityManager(); $field_map = $entity_manager->getFieldMapByFieldType('comment'); $comment_field_name = 'comment';