commit 6c87a8db6d7d448dabab64a31f84329fc9a38157 Author: Joel Pittet Date: Fri Apr 19 16:43:26 2013 -0700 doc cleanup diff --git a/core/modules/views/templates/views-mini-pager.html.twig b/core/modules/views/templates/views-mini-pager.html.twig index d72e0c7..f268881 100644 --- a/core/modules/views/templates/views-mini-pager.html.twig +++ b/core/modules/views/templates/views-mini-pager.html.twig @@ -1,10 +1,10 @@ {# /** * @file - * Default theme implementation for a views mini-pager. + * Default theme implementation for a Views mini-pager. * * Available variables: - * - items: An array of pager elements. + * - items: A list of pager elements. * - pager: A themed list of pager elements. * * @see template_preprocess() diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc index 8b2ae39..e6ba792 100644 --- a/core/modules/views/views.theme.inc +++ b/core/modules/views/views.theme.inc @@ -1037,7 +1037,15 @@ function theme_views_form_views_form($variables) { } /** - * Display a views mini-pager. + * Prepares variables for Views mini-pager templates. + * + * Default template: views-mini-pager.html.twig. + * + * @param array $variables + * An associative array containing: + * - tags: @todo. + * - element: @todo. + * - parameters: @todo. */ function template_preprocess_views_mini_pager(&$variables) { global $pager_page_array, $pager_total;