diff --git a/core/modules/comment/comment.install b/core/modules/comment/comment.install index b762baa..b4fd6aa 100644 --- a/core/modules/comment/comment.install +++ b/core/modules/comment/comment.install @@ -138,14 +138,14 @@ function comment_update_8002() { } /** - * @addtogroup updates-8.1.0 + * @addtogroup updates-8.2.x * @{ */ /** * Add the 'view_mode' setting to displays having 'comment_default' formatter. */ -function comment_update_8101() { +function comment_update_8200() { $config_factory = \Drupal::configFactory(); $displays = []; // Iterate on all entity view displays. @@ -177,5 +177,5 @@ function comment_update_8101() { } /** - * @} End of "addtogroup updates-8.1.0". + * @} End of "addtogroup updates-8.2.x". */ diff --git a/core/modules/comment/src/Tests/Update/CommentUpdateTest.php b/core/modules/comment/src/Tests/Update/CommentUpdateTest.php index 900c319..61d187d 100644 --- a/core/modules/comment/src/Tests/Update/CommentUpdateTest.php +++ b/core/modules/comment/src/Tests/Update/CommentUpdateTest.php @@ -1,10 +1,5 @@