projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5911444
)
Issue #1854620 by marvin_B8, droplet: Fixed hook_menu_local_tasks_alter() help texts.
author
webchick
Thu, 27 Dec 2012 02:52:26 +0000 (18:52 -0800)
committer
webchick
Thu, 27 Dec 2012 02:52:26 +0000 (18:52 -0800)
modules/system/system.api.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/system/system.api.php
b/modules/system/system.api.php
index
777af8c
..
d6e737d
100644
(file)
--- a/
modules/system/system.api.php
+++ b/
modules/system/system.api.php
@@
-1412,7
+1412,7
@@
function hook_menu_link_delete($link) {
* - #link: An associative array containing:
* - title: The localized title of the link.
* - 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'.
*
* @param $data