projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3eabd1b
)
Issue #1432708 by scorchio, mkalkbrenner: Expand drupal_goto() documentation for...
author
Gábor Hojtsy
Mon, 16 Apr 2012 12:28:12 +0000 (14:28 +0200)
committer
Gábor Hojtsy
Mon, 16 Apr 2012 12:28:12 +0000 (14:28 +0200)
includes/common.inc
patch
|
blob
|
blame
|
history
diff --git
a/includes/common.inc
b/includes/common.inc
index
58fe6ae
..
4848f8e
100644
(file)
--- 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