Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e3c0e509
Commit
e3c0e509
authored
Dec 09, 2009
by
Dries
Browse files
- Patch
#655046
by thegreat: fixed typo in documentation.
parent
253a2e6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/menu/menu.api.php
View file @
e3c0e509
...
@@ -204,7 +204,7 @@
...
@@ -204,7 +204,7 @@
* of them can use the same load function user_category_load(), by setting
* 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
* 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
* is editing category 'foo' by requesting path 'user/32/edit/foo', the load
* function user_category_load() will be called with
2
3 as its first
* function user_category_load() will be called with 3
2
as its first
* argument, the array ('user', 32, 'edit', 'foo') as the map argument,
* argument, the array ('user', 32, 'edit', 'foo') as the map argument,
* and 1 as the index argument (because %user_category is the second path
* and 1 as the index argument (because %user_category is the second path
* component and numbering starts at zero). user_category_load() can then
* component and numbering starts at zero). user_category_load() can then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment