Revert "Issue #1722244 by Albert Volkman, edb: Add return docs to drupal_get_destination function"
This reverts commit 2c3cba3b6e
.
merge-requests/26/head
parent
c44e3e9790
commit
549ced2009
|
@ -505,12 +505,6 @@ function drupal_http_build_query(array $query, $parent = '') {
|
||||||
* previous request, that destination is returned. As such, a destination can
|
* previous request, that destination is returned. As such, a destination can
|
||||||
* persist across multiple pages.
|
* 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()
|
* @see drupal_goto()
|
||||||
*/
|
*/
|
||||||
function drupal_get_destination() {
|
function drupal_get_destination() {
|
||||||
|
|
Loading…
Reference in New Issue