diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-24 15:11:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-24 15:11:27 +0000 |
commit | 966ab1a7b0a5b33b04d07d1a887d906450b41101 (patch) | |
tree | 0633aa9da29c1fc03c42a149252c3dc11ee66be6 /includes | |
parent | f95577fe6cee4438159df47c40d179c9bba4dae9 (diff) | |
download | brdo-966ab1a7b0a5b33b04d07d1a887d906450b41101.tar.gz brdo-966ab1a7b0a5b33b04d07d1a887d906450b41101.tar.bz2 |
- Patch #352712 by jastraat, dmitrig01: fixed documentation.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/path.inc b/includes/path.inc index ee6286266..398463138 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -238,7 +238,7 @@ function drupal_get_normal_path($path, $path_language = NULL) { * Return a component of the current Drupal path. * * When viewing a page at the path "admin/structure/types", for example, arg(0) - * returns "admin", arg(1) returns "content", and arg(2) returns "types". + * returns "admin", arg(1) returns "structure", and arg(2) returns "types". * * Avoid use of this function where possible, as resulting code is hard to read. * In menu callback functions, attempt to use named arguments. See the explanation |