diff --git a/core/MAINTAINERS.txt b/core/MAINTAINERS.txt index 441e384..2d797c9 100644 --- a/core/MAINTAINERS.txt +++ b/core/MAINTAINERS.txt @@ -85,7 +85,7 @@ Database system - Károly Négyesi 'chx' http://drupal.org/user/9446 Database update system -- ? +- Károly Négyesi 'chx' http://drupal.org/user/9446 Entity system - Wolfgang Ziegler 'fago' http://drupal.org/user/16747 @@ -131,10 +131,6 @@ Mail system Markup - Daniel F. Kudwien 'sun' http://drupal.org/user/54136 -Migrate -- Károly Négyesi 'chx' http://drupal.org/user/9446 -- Mike Ryan 'mikeryan' http://drupal.org/user/4420 - Menu system - Károly Négyesi 'chx' http://drupal.org/user/9446 diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index daf308a..00c0cba 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -27,7 +27,8 @@ * or print a subset such as {{ content.field_example }}. Use * {% hide(content.field_example) %} to temporarily suppress the printing * of a given 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 d45cc55..e3182df 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -27,7 +27,8 @@ * or print a subset such as {{ content.field_example }}. Use * {% hide(content.field_example) %} to temporarily suppress the printing * of a given 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'].