diff --git a/core/includes/common.inc b/core/includes/common.inc index 4e03add..bda2f98 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -511,8 +511,8 @@ function drupal_http_build_query(array $query, $parent = '') { * * @return * An associative array containing the key: - * - 'destination': The current path as returned by current_path() or the - * existing destination query. + * - destination: The path provided via the desination querystring or the + * current path complete with querystring if available. * * @see current_path() * @see drupal_goto()