From be2804a4c2430c9630debc7e7df73b0b61cdb35b Mon Sep 17 00:00:00 2001 From: nod_ <nod_@598310.no-reply.drupal.org> Date: Thu, 25 Jul 2024 21:43:23 +0200 Subject: [PATCH] Issue #3119513 by Prem Suthar, imclean, smustgrave: Parameters doc for views "row" should be at the top level of the array (cherry picked from commit fe4afc9a1324385c788f7ef11e13ba16041ff5e9) --- core/modules/views/views.theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc index 9ea060909f2d..5a0c1212618c 100644 --- a/core/modules/views/views.theme.inc +++ b/core/modules/views/views.theme.inc @@ -93,7 +93,7 @@ function template_preprocess_views_view(&$variables) { * - element_default_classes: If the default classes are to be added. * - separator: A string to be placed between inline fields to keep them * visually distinct. - * - row: An array containing information about the current row. + * - row: An array containing information about the current row. */ function template_preprocess_views_view_fields(&$variables) { $view = $variables['view']; -- GitLab