Issue #1854620 by marvin_B8, droplet: Fixed hook_menu_local_tasks_alter() help texts.
parent
5911444e9a
commit
761550f981
|
@ -1412,7 +1412,7 @@ function hook_menu_link_delete($link) {
|
||||||
* - #link: An associative array containing:
|
* - #link: An associative array containing:
|
||||||
* - title: The localized title of the link.
|
* - title: The localized title of the link.
|
||||||
* - href: The system path to link to.
|
* - href: The system path to link to.
|
||||||
* - localized_options: An array of options to pass to url().
|
* - localized_options: An array of options to pass to l().
|
||||||
* - #active: Whether the link should be marked as 'active'.
|
* - #active: Whether the link should be marked as 'active'.
|
||||||
*
|
*
|
||||||
* @param $data
|
* @param $data
|
||||||
|
|
Loading…
Reference in New Issue