summaryrefslogtreecommitdiff
path: root/includes/file.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-06-21 23:02:27 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-06-21 23:02:27 -0700
commite7a8f5129682d66b8c9454cd6fecb424e664d0b8 (patch)
tree2e7ae0981d0b83cbd392121c232321c6f81cbe6c /includes/file.inc
parentd1ba79c125765848097033022f2b2d99a64e3612 (diff)
downloadbrdo-e7a8f5129682d66b8c9454cd6fecb424e664d0b8.tar.gz
brdo-e7a8f5129682d66b8c9454cd6fecb424e664d0b8.tar.bz2
Issue #1192466 by pillarsdotnet: Fixed Make docs of drupal_realpath() match code.
Diffstat (limited to 'includes/file.inc')
-rw-r--r--includes/file.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/file.inc b/includes/file.inc
index 4b19e03a6..420d34925 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -2152,8 +2152,7 @@ function drupal_unlink($uri, $context = NULL) {
* @see http://drupal.org/node/515192
*
* @param $uri
- * A string containing the URI to verify. If this value is omitted,
- * Drupal's public files directory will be used [public://].
+ * A string containing the URI to verify.
*
* @return
* The absolute pathname, or FALSE on failure.