commit 483dbfa69bec373f6cf7bd5779165bd2801886c7 Author: Joel Pittet Date: Wed Apr 17 17:11:45 2013 -0700 doc cleanup diff --git a/core/modules/views/views_ui/templates/views-ui-view-preview-section.html.twig b/core/modules/views/views_ui/templates/views-ui-view-preview-section.html.twig index 7ff842a..e60e440 100644 --- a/core/modules/views/views_ui/templates/views-ui-view-preview-section.html.twig +++ b/core/modules/views/views_ui/templates/views-ui-view-preview-section.html.twig @@ -6,7 +6,7 @@ * Available variables: * - title: Section title. * - links: A list of contextual links. - * - content: The content for this seciton preview. + * - content: The content for this section preview. * * @see template_preprocess() * @see template_preprocess_views_ui_view_preview_section() diff --git a/core/modules/views/views_ui/views_ui.theme.inc b/core/modules/views/views_ui/views_ui.theme.inc index 5d37213..20df20b 100644 --- a/core/modules/views/views_ui/views_ui.theme.inc +++ b/core/modules/views/views_ui/views_ui.theme.inc @@ -421,7 +421,9 @@ function theme_views_ui_style_plugin_table($variables) { * * @param array $variables * An associative array containing: + * - view: The View object. * - section: @todo. + * - title: @todo. */ function template_preprocess_views_ui_view_preview_section(&$vars) { switch ($vars['section']) {