commit fd20a1e8a5629aa691bbfb9f1e510db747dec092 Author: Joel Pittet Date: Sun Apr 7 01:23:23 2013 -0700 doc fixes diff --git a/core/modules/block/custom_block/templates/custom-block-add-list.html.twig b/core/modules/block/custom_block/templates/custom-block-add-list.html.twig index 56f876a..0b8a5a3 100644 --- a/core/modules/block/custom_block/templates/custom-block-add-list.html.twig +++ b/core/modules/block/custom_block/templates/custom-block-add-list.html.twig @@ -1,7 +1,7 @@ {# /** * @file - * Default theme implementation to present a list of a custom block types. + * Default theme implementation to present a list of custom block types. * * Available variables: * - types: A collection of all the available custom block types. diff --git a/core/themes/seven/template.php b/core/themes/seven/template.php index f0d3fae..d0cae28 100644 --- a/core/themes/seven/template.php +++ b/core/themes/seven/template.php @@ -63,7 +63,7 @@ function seven_node_add_list($variables) { } /** - * Overrides variables for custom-block-add-list.html.twig + * Overrides variables for custom-block-add-list.html.twig. * Add variables for the label and the path separately. * * Displays the list of available custom block types for creation. diff --git a/core/themes/seven/templates/custom-block-add-list.html.twig b/core/themes/seven/templates/custom-block-add-list.html.twig index e53274f..29c0c4f 100644 --- a/core/themes/seven/templates/custom-block-add-list.html.twig +++ b/core/themes/seven/templates/custom-block-add-list.html.twig @@ -1,7 +1,7 @@ {# /** * @file - * Overrides custom-block-add-list.html.twig + * Overrides custom-block-add-list.html.twig. * * Available variables: * - types: A collection of all the available custom block types.