summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-07-17 07:30:27 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-07-17 07:30:27 -0700
commit39be69046740a68ea73d1a7f27dd2f7aa4c66727 (patch)
treeaed4e160fb7169b0da4f8a18170614aae55de346 /includes/common.inc
parent66bc8fb393d4bf2ff0230c80350143bd186a1d51 (diff)
downloadbrdo-39be69046740a68ea73d1a7f27dd2f7aa4c66727.tar.gz
brdo-39be69046740a68ea73d1a7f27dd2f7aa4c66727.tar.bz2
Issue #2038629 by sambonner: Fix first line docs for drupal_goto().
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 9283766c2..a18cbc545 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -641,7 +641,7 @@ function drupal_encode_path($path) {
}
/**
- * Sends the user to a different Drupal page.
+ * Sends the user to a different page.
*
* This issues an on-site HTTP redirect. The function makes sure the redirected
* URL is formatted correctly.