Skip to content

Commit

Permalink
- Patch #1087940 by drewish, rocket_nova: document that wildcard % do…
Browse files Browse the repository at this point in the history
…esn't work as first argument in menu paths.
  • Loading branch information
dbuytaert committed Nov 23, 2011
1 parent 7530f8b commit ac27473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/system/system.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,8 @@ function hook_menu_get_item_alter(&$router_item, $path, $original_map) {
* );
* @endcode
* When path 'my-module/foo/edit' is requested, integer 1 will be replaced
* with 'foo' and passed to the callback function.
* with 'foo' and passed to the callback function. Note that wildcards may not
* be used as the first component.
*
* Registered paths may also contain special "auto-loader" wildcard components
* in the form of '%mymodule_abc', where the '%' part means that this path
Expand Down

0 comments on commit ac27473

Please sign in to comment.