Issue #1537370 by Liam Morland: Improve documentation of return value for file_load()
parent
135c7866d4
commit
a384eb4854
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue