From bd6c123c4f5bf2db7d736ac5f5c2c1a3469a194d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sat, 31 May 2014 07:40:38 -0500 Subject: [PATCH] Issue #1912536 by vollepeer, derheap | taslett: Remove all references to the (removed) user-picture.html.twig file. --- core/modules/node/templates/node.html.twig | 3 ++- core/themes/bartik/templates/node.html.twig | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index ae1162ef8f90..c1ac81560474 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -20,7 +20,8 @@ * or print a subset such as {{ content.field_example }}. Use * {{ content|without('field_example') %} to temporarily suppress the printing * of a given child element. - * - user_picture: The node author's picture from user-picture.html.twig. + * - user_picture: The node author's information as loaded from the 'compact' + * view mode for the user entity. * - date: Formatted creation date. Preprocess functions can reformat it by * calling format_date() with the desired parameters on * $variables['created']. diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig index 28488992343f..4c75e2f9579f 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -20,7 +20,8 @@ * or print a subset such as {{ content.field_example }}. Use * {{ content|without('field_example') }} to exclude the printing of a * given child element. - * - user_picture: The node author's picture from user-picture.html.twig. + * - user_picture: The node author's information as loaded from the 'compact' + * view mode for the user entity. * - date: Formatted creation date. Preprocess functions can reformat it by * calling format_date() with the desired parameters on * $variables['created']. -- GitLab