Issue #2510674 by er.pushpinderrana, joachim, cilefen: menu_get_item() should say that $path is optional and what the default is

merge-requests/26/head
David Rothstein 2015-10-14 16:13:59 -04:00
parent 5530045aea
commit c053db68bf
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ function menu_set_item($path, $router_item) {
*
* @param $path
* The path; for example, 'node/5'. The function will find the corresponding
* node/% item and return that.
* node/% item and return that. Defaults to the current path.
* @param $router_item
* Internal use only.
*