Issue #1192466 by pillarsdotnet: Fixed Make docs of drupal_realpath() match code.

merge-requests/26/head
webchick 2011-06-21 23:02:27 -07:00
parent d1ba79c125
commit e7a8f51296
1 changed files with 1 additions and 2 deletions

View File

@ -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.