diff --git a/core/modules/user/templates/username.html.twig b/core/modules/user/templates/username.html.twig index 5d4f2f7..a2c9c1b 100644 --- a/core/modules/user/templates/username.html.twig +++ b/core/modules/user/templates/username.html.twig @@ -9,8 +9,8 @@ * - extra: Additional text to append to the user's name, sanitized. * - link_path: The path or URL of the user's profile page, home page, * or other desired page to link to for more information about the user. - * - link_options: Options to pass to the url() function's $options parameter if - * linking the user's name to the user's page. + * - link_options: Options to pass to the \Drupal\Core\Url object $options + * property if linking the user's name to the user's page. * - attributes: HTML attributes for the containing element. * * @see template_preprocess_username() diff --git a/core/themes/classy/templates/user/username.html.twig b/core/themes/classy/templates/user/username.html.twig index 3ed5c95..af37790 100644 --- a/core/themes/classy/templates/user/username.html.twig +++ b/core/themes/classy/templates/user/username.html.twig @@ -9,8 +9,8 @@ * - extra: Additional text to append to the user's name, sanitized. * - link_path: The path or URL of the user's profile page, home page, * or other desired page to link to for more information about the user. - * - link_options: Options to pass to the url() function's $options parameter if - * linking the user's name to the user's page. + * - link_options: Options to pass to the \Drupal\Core\Url object $options + * property if linking the user's name to the user's page. * - attributes: HTML attributes for the containing element. * * @see template_preprocess_username() diff --git a/core/themes/stable/templates/user/username.html.twig b/core/themes/stable/templates/user/username.html.twig index 828f6c6..6b797c5 100644 --- a/core/themes/stable/templates/user/username.html.twig +++ b/core/themes/stable/templates/user/username.html.twig @@ -9,8 +9,8 @@ * - extra: Additional text to append to the user's name, sanitized. * - link_path: The path or URL of the user's profile page, home page, * or other desired page to link to for more information about the user. - * - link_options: Options to pass to the url() function's $options parameter if - * linking the user's name to the user's page. + * - link_options: Options to pass to the \Drupal\Core\Url object $options + * property if linking the user's name to the user's page. * - attributes: HTML attributes for the containing element. * * @see template_preprocess_username()