summaryrefslogtreecommitdiff
path: root/includes/path.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/path.inc')
-rw-r--r--includes/path.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/path.inc b/includes/path.inc
index 0f61d6c27..8585a3b78 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -384,6 +384,8 @@ function drupal_match_path($path, $patterns) {
*
* @return
* The current Drupal URL path.
+ *
+ * @see request_path()
*/
function current_path() {
return $_GET['q'];