summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-09 17:44:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-09 17:44:44 +0000
commite3c0e5094f4ca2dda3f5a7bf0820ae07721c938b (patch)
tree4e80b29444033cc61bff967961796f3dd23ff014 /modules/menu
parent253a2e6df9d0025386f813f4158c9879a439a4d0 (diff)
downloadbrdo-e3c0e5094f4ca2dda3f5a7bf0820ae07721c938b.tar.gz
brdo-e3c0e5094f4ca2dda3f5a7bf0820ae07721c938b.tar.bz2
- Patch #655046 by thegreat: fixed typo in documentation.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.api.php b/modules/menu/menu.api.php
index c6d35b9fd..c7a33739b 100644
--- a/modules/menu/menu.api.php
+++ b/modules/menu/menu.api.php
@@ -204,7 +204,7 @@
* of them can use the same load function user_category_load(), by setting
* the load arguments to array('%map', '%index'). For instance, if the user
* is editing category 'foo' by requesting path 'user/32/edit/foo', the load
- * function user_category_load() will be called with 23 as its first
+ * function user_category_load() will be called with 32 as its first
* argument, the array ('user', 32, 'edit', 'foo') as the map argument,
* and 1 as the index argument (because %user_category is the second path
* component and numbering starts at zero). user_category_load() can then