diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-27 21:42:21 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-27 21:42:21 -0800 |
commit | ccf0dfb01a7edf1e7d9f6bb8daffae4b534b081f (patch) | |
tree | e716631ee13fa1f555dfea8b49a1637603a0d052 /modules/system/system.api.php | |
parent | 1bbb219c2ed41fd6daebe2749971cce430dfb6ec (diff) | |
download | brdo-ccf0dfb01a7edf1e7d9f6bb8daffae4b534b081f.tar.gz brdo-ccf0dfb01a7edf1e7d9f6bb8daffae4b534b081f.tar.bz2 |
Issue #1379206 by c31ck, pingers: Fixed Documentation problem with hook_url_outbound_alter().
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 789739c94..a2e71d2cc 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -4103,7 +4103,7 @@ function hook_url_inbound_alter(&$path, $original_path, $path_language) { * @param $path * The outbound path to alter, not adjusted for path aliases yet. It won't be * adjusted for path aliases until all modules are finished altering it, thus - * being consistent with hook_url_alter_inbound(), which adjusts for all path + * being consistent with hook_url_inbound_alter(), which adjusts for all path * aliases before allowing modules to alter it. This may have been altered by * other modules before this one. * @param $options |