diff options
Diffstat (limited to 'includes/path.inc')
-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 380ff31f8..df20c0eb1 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -135,7 +135,7 @@ function drupal_get_normal_path($path, $path_language = '') { /** * Return a component of the current Drupal path. * - * When viewing a page at the path "admin/content/types", for example, arg(0) + * When viewing a page at the path "admin/build/types", for example, arg(0) * would return "admin", arg(1) would return "content", and arg(2) would return * "types". * |