From 98faa472067f4fb120d97a7cf0eb486a1435f2c9 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 11 Feb 2013 09:36:05 -0800 Subject: Issue #1908192 by mitron: Document what happens in drupal_get_filename() if the file is not found --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1fd497de2..796ebcdae 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -810,7 +810,7 @@ function drupal_settings_initialize() { * than by consulting the database. * * @return - * The filename of the requested item. + * The filename of the requested item or NULL if the item is not found. */ function drupal_get_filename($type, $name, $filename = NULL) { // The location of files will not change during the request, so do not use -- cgit v1.2.3