core/themes/stable/stable.theme | 1 - core/themes/stable/templates/field/image.html.twig | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/themes/stable/stable.theme b/core/themes/stable/stable.theme index b927056..9af2d6e 100644 --- a/core/themes/stable/stable.theme +++ b/core/themes/stable/stable.theme @@ -24,7 +24,6 @@ function stable_preprocess_links(&$variables) { } } - /** * Prepares variables for image templates. * diff --git a/core/themes/stable/templates/field/image.html.twig b/core/themes/stable/templates/field/image.html.twig index 484268d..8bdf886 100644 --- a/core/themes/stable/templates/field/image.html.twig +++ b/core/themes/stable/templates/field/image.html.twig @@ -26,6 +26,8 @@ * - sizes: The sizes attribute for viewport-based selection of images. * - http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#introduction-3:viewport-based-selection-2 * - style_name: (optional) The name of the image style applied. + * + * @see stable_preprocess_image() */ #}