Skip to content
Snippets Groups Projects
Commit 54744ed0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2535586 by andypost: Clean-up "links" templates from removed "html" option

parent bcbf4899
No related branches found
No related tags found
No related merge requests found
......@@ -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 <span>
* tag if no 'href' is supplied.
* - link_key: The link CSS class.
......
......@@ -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 <span>
* tag if no 'href' is supplied.
* - link_key: The link CSS class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment