summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-12-26 18:52:26 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-12-26 18:52:26 -0800
commit761550f9817c5845c44f53b8069efc611bb5a676 (patch)
tree079c3fdb28491adadd21b5bea2a7d05f78912e98 /modules/system
parent5911444e9a555770a037279a080674a8fea3086d (diff)
downloadbrdo-761550f9817c5845c44f53b8069efc611bb5a676.tar.gz
brdo-761550f9817c5845c44f53b8069efc611bb5a676.tar.bz2
Issue #1854620 by marvin_B8, droplet: Fixed hook_menu_local_tasks_alter() help texts.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 777af8cd3..d6e737d66 100644
--- 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