diff --git a/core/themes/classy/templates/content/links--node.html.twig b/core/themes/classy/templates/content/links--node.html.twig index 96c1540..f4c3d72 100644 --- a/core/themes/classy/templates/content/links--node.html.twig +++ b/core/themes/classy/templates/content/links--node.html.twig @@ -1,7 +1,7 @@ {# /** * @file - * Bartik's theme implementation to display the node links. + * Theme override to display node links. * * Available variables: * - attributes: Attributes for the UL containing the list of links. @@ -11,8 +11,6 @@ * - 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 * to l() as its $options parameter. - * - html: (optional) Whether or not 'title' is HTML. If set, the title will - * not be passed through \Drupal\Component\Utility\SafeMarkup::checkPlain(). * - attributes: (optional) HTML attributes for the anchor, or for the * tag if no 'href' is supplied. * - link_key: The link CSS class.