From e3c0e5094f4ca2dda3f5a7bf0820ae07721c938b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 9 Dec 2009 17:44:44 +0000 Subject: - Patch #655046 by thegreat: fixed typo in documentation. --- modules/menu/menu.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/menu') 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 -- cgit v1.2.3