Commit b4f93871 authored by catch's avatar catch
Browse files

Issue #3336491 by Spokje: Link to correct issue in @todo in CommentManager

parent 1c5789b4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
          }
        }