diff options
author | Dries <dries@buytaert.net> | 2012-08-24 15:25:32 +0200 |
---|---|---|
committer | Dries <dries@buytaert.net> | 2012-08-24 15:25:32 +0200 |
commit | 549ced20094cc361f790d739db3f89481837c981 (patch) | |
tree | 2baaa3f7130f5a808274097aa142ff271e321565 /includes | |
parent | c44e3e9790885dfab38fbeef96e52b8c5491910e (diff) | |
download | brdo-549ced20094cc361f790d739db3f89481837c981.tar.gz brdo-549ced20094cc361f790d739db3f89481837c981.tar.bz2 |
Revert "Issue #1722244 by Albert Volkman, edb: Add return docs to drupal_get_destination function"
This reverts commit 2c3cba3b6e8442a12b02f626d2151716b9aad8ae.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/common.inc b/includes/common.inc index 39ed04e8c..efb7926a3 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -505,12 +505,6 @@ function drupal_http_build_query(array $query, $parent = '') { * previous request, that destination is returned. As such, a destination can * persist across multiple pages. * - * @return - * An associative array containing the key: - * - destination: The path provided via the destination query string or, if - * not available, the current path. - * - * @see current_path() * @see drupal_goto() */ function drupal_get_destination() { |