diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 7f55ddb..562554a 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2750,8 +2750,7 @@ function template_preprocess_page(&$variables) { $variables['theme_hook_suggestions'] = $suggestions; } - // Populate messages last in order to capture as many as possible for the - // current page. + // Prepare render array for messages. $variables['messages'] = array( '#theme' => 'status_messages', '#access' => $variables['show_messages'],