diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:28:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:28:38 +0000 |
commit | a7e7c0a9e73f71f8de0db084e194647237fab298 (patch) | |
tree | 7e52c34c7942376a28a210aa852f83c15e7fcd28 | |
parent | d01379dd18d800b833d254fa8107e6941d82d0cd (diff) | |
download | brdo-a7e7c0a9e73f71f8de0db084e194647237fab298.tar.gz brdo-a7e7c0a9e73f71f8de0db084e194647237fab298.tar.bz2 |
- Patch #388544 by arianek, joachim: added missing documentation.
-rw-r--r-- | includes/path.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/path.inc b/includes/path.inc index 2bba38f6f..8c640520e 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -235,6 +235,8 @@ function drupal_get_normal_path($path, $path_language = '') { * @param $index * The index of the component, where each component is separated by a '/' * (forward-slash), and where the first component has an index of 0 (zero). + * @param $path + * A path to break into components. Defaults to the path of the current page. * * @return * The component specified by $index, or NULL if the specified component was |