diff -u b/core/modules/field/templates/field-multiple-value-form.html.twig b/core/modules/field/templates/field-multiple-value-form.html.twig --- b/core/modules/field/templates/field-multiple-value-form.html.twig +++ b/core/modules/field/templates/field-multiple-value-form.html.twig @@ -14,7 +14,7 @@ * - description: Description text for the form element. * - button: "Add another item" button. * - * @see template_preprocess_field() + * @see template_preprocess_field_multiple_value_form() * * @ingroup themeable */ diff -u b/core/themes/bartik/bartik.theme b/core/themes/bartik/bartik.theme --- b/core/themes/bartik/bartik.theme +++ b/core/themes/bartik/bartik.theme @@ -174,8 +174,10 @@ } /** - * Implements theme_preprocess_HOOK() for field templates + * Implements theme_preprocess_HOOK() for field templates. + * * @see template_preprocess_field() + * * @todo Use hook_theme_prepare_theme_hook when issue is resolved https://drupal.org/node/2035055 */ function bartik_preprocess_field(&$variables) { diff -u b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig --- b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig +++ b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig @@ -14,11 +14,12 @@ * * @see template_preprocess_field() * @see bartik_preprocess_field() + * * @ingroup themeable */ #}
-

{{ label }}:

+ {{ label }}: