diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-03-29 17:39:04 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-03-29 17:39:04 -0700 |
commit | c736984391e491c65153a44e0d519135e71495b2 (patch) | |
tree | 25516f08a6757bd2fcd329558dff2db1d63bac46 | |
parent | b40facf07f25c5805f89d3d617e6e55dbadc900d (diff) | |
download | brdo-c736984391e491c65153a44e0d519135e71495b2.tar.gz brdo-c736984391e491c65153a44e0d519135e71495b2.tar.bz2 |
Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url().
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index cb77e330d..ff2549317 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -532,8 +532,8 @@ function drupal_get_destination() { * Parses a system URL string into an associative array suitable for url(). * * This function should only be used for URLs that have been generated by the - * system, resp. url(). It should not be used for URLs that come from external - * sources, or URLs that link to external resources. + * system, such as via url(). It should not be used for URLs that come from + * external sources, or URLs that link to external resources. * * The returned array contains a 'path' that may be passed separately to url(). * For example: |