diff --git a/core/modules/views/views.post_update.php b/core/modules/views/views.post_update.php index fea4f7e7df19..ecbf851b91b3 100644 --- a/core/modules/views/views.post_update.php +++ b/core/modules/views/views.post_update.php @@ -34,6 +34,15 @@ function views_post_update_update_cacheability_metadata() { } +/** + * @} End of "addtogroup updates-8.0.0-beta". + */ + +/** + * @addtogroup updates-8.0.0-rc + * @{ + */ + /** * Update some views fields that were previously duplicated. */ @@ -128,5 +137,5 @@ function views_post_update_cleanup_duplicate_views_data() { } /** - * @} End of "addtogroup updates-8.0.0-beta". + * @} End of "addtogroup updates-8.0.0-rc". */