Issue #2660240 by Kgaut: Typo in menu.inc
parent
d11d1c268a
commit
c872c60b67
|
@ -2419,7 +2419,7 @@ function menu_set_active_trail($new_trail = NULL) {
|
||||||
// argument placeholders (%). Such links are not contained in regular
|
// argument placeholders (%). Such links are not contained in regular
|
||||||
// menu trees, and have only been loaded for the additional
|
// menu trees, and have only been loaded for the additional
|
||||||
// translation that happens here, so as to be able to display them in
|
// translation that happens here, so as to be able to display them in
|
||||||
// the breadcumb for the current page.
|
// the breadcrumb for the current page.
|
||||||
// @see _menu_tree_check_access()
|
// @see _menu_tree_check_access()
|
||||||
// @see _menu_link_translate()
|
// @see _menu_link_translate()
|
||||||
if (strpos($link['href'], '%') !== FALSE) {
|
if (strpos($link['href'], '%') !== FALSE) {
|
||||||
|
|
Loading…
Reference in New Issue