Issue #1537370 by Liam Morland: Improve documentation of return value for file_load()

8.0.x
Jennifer Hodgdon 2012-04-18 10:56:16 -07:00
parent 135c7866d4
commit a384eb4854
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ function file_load_multiple($fids = array(), $conditions = array()) {
* A file ID.
*
* @return
* A file object.
* An object representing the file, or FALSE if the file was not found.
*
* @see hook_file_load()
* @see file_load_multiple()