diff --git a/core/modules/comment/comment.module b/core/modules/comment/comment.module index 121b2d8..5612065 100644 --- a/core/modules/comment/comment.module +++ b/core/modules/comment/comment.module @@ -257,7 +257,7 @@ function comment_node_view_alter(array &$build, EntityInterface $node, EntityVie * * @return array * An array as expected by drupal_render(). - * @deprecated in Drupal 9.0.x-dev, will be removed before Drupal 9.0 + * @deprecated in Drupal 8.0.x-dev, will be removed before Drupal 9.0 */ function comment_view(CommentInterface $comment, $view_mode = 'full', $langcode = NULL) { return entity_view($comment, $view_mode, $langcode); @@ -279,7 +279,7 @@ function comment_view(CommentInterface $comment, $view_mode = 'full', $langcode * An array in the format expected by drupal_render(). * * @see drupal_render() - * @deprecated in Drupal 9.0.x-dev, will be removed before Drupal 9.0 + * @deprecated in Drupal 8.0.x-dev, will be removed before Drupal 9.0 */ function comment_view_multiple($comments, $view_mode = 'full', $langcode = NULL) { return entity_view_multiple($comments, $view_mode, $langcode);