diff --git a/includes/common.inc b/includes/common.inc index 58fe6aeb5c2f5dd70703e7da697e2745f40694c1..4848f8e63b8f563d0ad518bc8006ad15a3fe7d24 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -298,7 +298,8 @@ function drupal_get_destination() { * @param $path * A Drupal path or a full URL. * @param $query - * A query string component, if any. + * A URL-encoded query string to append to the link, or an array of query + * key/value-pairs without any URL-encoding. Passed to url(). * @param $fragment * A destination fragment identifier (named anchor). * @param $http_response_code