diff --git a/core/modules/user/templates/user.html.twig b/core/modules/user/templates/user.html.twig index 601747b..58fca59 100644 --- a/core/modules/user/templates/user.html.twig +++ b/core/modules/user/templates/user.html.twig @@ -9,8 +9,9 @@ * Available variables: * - content: A list of content items. Use 'content' to print all content, or * print a subset such as 'content.field_example'. - * - Field variables: For each field attached to the user a corresponding - * variable is defined; e.g., user has a variable 'field_example' defined. + * - Field variables: For each field attached to the user entity a corresponding + * variable is available. For example, if a user has a field 'field_example', + * this template will have a user.field_example variable available. * When needing to access a field's raw values, developers/themers are * strongly encouraged to use these variables. Otherwise they will have to * explicitly specify the desired field language, e.g. user.field_example.en,