commit 4ff3df052b0527387a42b9dca4ca4aa95a03a11b Author: Jen Lampton Date: Thu Jun 27 17:57:27 2013 -0700 remove see template preprocess lines diff --git a/core/modules/picture/templates/picture-formatter.html.twig b/core/modules/picture/templates/picture-formatter.html.twig index 6ef6288..aec0ba6 100644 --- a/core/modules/picture/templates/picture-formatter.html.twig +++ b/core/modules/picture/templates/picture-formatter.html.twig @@ -10,7 +10,6 @@ * - path: The URL the image links to. * - attributes: HTML attributes for the link tag. * - * @see template_preprocess() * @see template_preprocess_picture_formatter() * * @ingroup themeable diff --git a/core/modules/picture/templates/picture-source.html.twig b/core/modules/picture/templates/picture-source.html.twig index a0287cf..774fea1 100644 --- a/core/modules/picture/templates/picture-source.html.twig +++ b/core/modules/picture/templates/picture-source.html.twig @@ -18,7 +18,6 @@ * Attribute object keeps track of which attributes have been printed and will * only print an attribute once. * - * @see template_preprocess() * @see template_preprocess_picture_source() * * @ingroup themeable diff --git a/core/modules/picture/templates/picture.html.twig b/core/modules/picture/templates/picture.html.twig index c8fff2f..b052b6c 100644 --- a/core/modules/picture/templates/picture.html.twig +++ b/core/modules/picture/templates/picture.html.twig @@ -8,7 +8,6 @@ * - attributes: HTML attributes for the picture tag. * - fallback: Fallback image tag for non-JS browsers. * - * @see template_preprocess() * @see template_preprocess_picture() * * @ingroup themeable