Loading core/modules/comment/src/CommentManager.php +2 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,8 @@ public function getCountNewComments(EntityInterface $entity, $field_name = NULL, } else { // Default to 30 days ago. // @todo Remove once https://www.drupal.org/node/1029708 lands. // @todo Remove this else branch when we have a generic // HistoryRepository service in https://www.drupal.org/node/3267011. $timestamp = COMMENT_NEW_LIMIT; } } Loading Loading
core/modules/comment/src/CommentManager.php +2 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,8 @@ public function getCountNewComments(EntityInterface $entity, $field_name = NULL, } else { // Default to 30 days ago. // @todo Remove once https://www.drupal.org/node/1029708 lands. // @todo Remove this else branch when we have a generic // HistoryRepository service in https://www.drupal.org/node/3267011. $timestamp = COMMENT_NEW_LIMIT; } } Loading