diff --git a/core/modules/system/templates/links.html.twig b/core/modules/system/templates/links.html.twig index 86713b5..596dc71 100644 --- a/core/modules/system/templates/links.html.twig +++ b/core/modules/system/templates/links.html.twig @@ -8,11 +8,11 @@ * - links: Links to be output. * Each link will have the following elements: * - title: The link text. - * - href: The link URL. If omitted, the 'title' is shown as a plain text - * item in the links list. If 'href' is supplied, the entire link is passed + * - url: The link URL. If omitted, the 'title' is shown as a plain text + * item in the links list. If 'url' is supplied, the entire link is passed * to l() as its $options parameter. * - attributes: (optional) HTML attributes for the anchor, or for the - * tag if no 'href' is supplied. + * tag if no 'url' is supplied. * - link_key: The link CSS class. * - heading: (optional) A heading to precede the links. * - text: The heading text. diff --git a/core/themes/classy/templates/navigation/links.html.twig b/core/themes/classy/templates/navigation/links.html.twig index f82f41a..e3c52d0 100644 --- a/core/themes/classy/templates/navigation/links.html.twig +++ b/core/themes/classy/templates/navigation/links.html.twig @@ -8,11 +8,11 @@ * - links: Links to be output. * Each link will have the following elements: * - title: The link text. - * - href: The link URL. If omitted, the 'title' is shown as a plain text - * item in the links list. If 'href' is supplied, the entire link is passed + * - url: The link URL. If omitted, the 'title' is shown as a plain text + * item in the links list. If 'url' is supplied, the entire link is passed * to l() as its $options parameter. * - attributes: (optional) HTML attributes for the anchor, or for the - * tag if no 'href' is supplied. + * tag if no 'url' is supplied. * - link_key: The link CSS class. * - heading: (optional) A heading to precede the links. * - text: The heading text. diff --git a/core/themes/stable/templates/navigation/links.html.twig b/core/themes/stable/templates/navigation/links.html.twig index f82f41a..e3c52d0 100644 --- a/core/themes/stable/templates/navigation/links.html.twig +++ b/core/themes/stable/templates/navigation/links.html.twig @@ -8,11 +8,11 @@ * - links: Links to be output. * Each link will have the following elements: * - title: The link text. - * - href: The link URL. If omitted, the 'title' is shown as a plain text - * item in the links list. If 'href' is supplied, the entire link is passed + * - url: The link URL. If omitted, the 'title' is shown as a plain text + * item in the links list. If 'url' is supplied, the entire link is passed * to l() as its $options parameter. * - attributes: (optional) HTML attributes for the anchor, or for the - * tag if no 'href' is supplied. + * tag if no 'url' is supplied. * - link_key: The link CSS class. * - heading: (optional) A heading to precede the links. * - text: The heading text.