Commit b876ae02 authored by catch's avatar catch
Browse files

Issue #3298717 by Libbna, alison, longwave: Twig macro documentation link goes to Twig 1.x docs

(cherry picked from commit f5eda648)
parent f2cfcf8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

{#
  We call a macro which calls itself to render the full tree.
  @see https://twig.symfony.com/doc/1.x/tags/macro.html
  @see https://twig.symfony.com/doc/3.x/tags/macro.html
#}
{{ book_tree.book_links(items, attributes, 0) }}

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

{#
  We call a macro which calls itself to render the full tree.
  @see https://twig.symfony.com/doc/1.x/tags/macro.html
  https://twig.symfony.com/doc/3.x/tags/macro.html
#}
{{ menus.menu_links(items, attributes, 0) }}

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

{#
  We call a macro which calls itself to render the full tree.
  @see https://twig.symfony.com/doc/1.x/tags/macro.html
  @see https://twig.symfony.com/doc/3.x/tags/macro.html
#}
{{ menus.menu_links(items, attributes, 0) }}

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

{#
  We call a macro which calls itself to render the full tree.
  @see https://twig.symfony.com/doc/1.x/tags/macro.html
  @see https://twig.symfony.com/doc/3.x/tags/macro.html
#}
{{ book_tree.book_links(items, attributes, 0) }}

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

{#
  We call a macro which calls itself to render the full tree.
  @see https://twig.symfony.com/doc/1.x/tags/macro.html
  @see https://twig.symfony.com/doc/3.x/tags/macro.html

  1. We use menu_name (see above) to create a CSS class name from it.
  See https://www.drupal.org/node/2649076
Loading