From 708e903b27f90ea0c3824b03e6f3626634068ff8 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 19 Jun 2012 12:52:26 -0700 Subject: Issue #1512116 by mjonesdinero: Update obsolete example in hook_menu docs --- modules/system/system.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 4ff2b4c0e..79ac8f169 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1050,7 +1050,7 @@ function hook_menu_get_item_alter(&$router_item, $path, $original_map) { * is invoked to retrieve a value that is used in the path in place of the * wildcard. A good example is user.module, which defines * user_uid_optional_to_arg() (corresponding to the menu entry - * 'user/%user_uid_optional'). This function returns the user ID of the + * 'tracker/%user_uid_optional'). This function returns the user ID of the * current user. * * The _to_arg() function will get called with three arguments: -- cgit v1.2.3