commit a0ad9ea84188a7820a6a75f534563fda30fb0f7f Author: David Mignot Date: Thu May 16 07:36:12 2013 +0200 1898468-83 diff --git a/core/modules/user/templates/user.html.twig b/core/modules/user/templates/user.html.twig index c89ecb4..e6c19fc 100644 --- a/core/modules/user/templates/user.html.twig +++ b/core/modules/user/templates/user.html.twig @@ -16,6 +16,7 @@ * variables. Otherwise they will have to explicitly specify the desired * field language, e.g. account.field_example.en, thus overriding any * language negotiation rule that was previously applied. + * - attributes: HTML attributes for the container element. * * @see template_preprocess() * @see template_preprocess_user() diff --git a/core/modules/user/user.pages.inc b/core/modules/user/user.pages.inc index a03d269..5817d9c 100644 --- a/core/modules/user/user.pages.inc +++ b/core/modules/user/user.pages.inc @@ -185,8 +185,7 @@ function user_logout() { * * @param array $variables * An associative array containing: - * - account: The user account to check access for - * (Drupal\user\Plugin\Core\Entity\User). + * - account: The user account. */ function template_preprocess_user(&$variables) { $account = $variables['elements']['#user'];