Revert "Issue #1722244 by Albert Volkman, edb: Add return docs to drupal_get_destination function"

This reverts commit 2c3cba3b6e.
merge-requests/26/head
Dries 2012-08-24 15:25:32 +02:00
parent c44e3e9790
commit 549ced2009
1 changed files with 0 additions and 6 deletions

View File

@ -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() {