From d88e9a12c315c85011ca3129ab4416596e456eb1 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Wed, 25 Nov 2015 15:11:54 +0000 Subject: [PATCH] Issue #2617742 by xjm: Followup: fix Views post-update hook doc groups --- core/modules/views/views.post_update.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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". */