summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-06-19 12:52:26 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-06-19 12:52:26 -0700
commit708e903b27f90ea0c3824b03e6f3626634068ff8 (patch)
tree8db768ede02041c8c061c599578fe8f485e229e6
parentaf0fe12e16da610b3f4efb7271ffcba243b8ac2e (diff)
downloadbrdo-708e903b27f90ea0c3824b03e6f3626634068ff8.tar.gz
brdo-708e903b27f90ea0c3824b03e6f3626634068ff8.tar.bz2
Issue #1512116 by mjonesdinero: Update obsolete example in hook_menu docs
-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 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: