Issue #1537370 by Liam Morland: Improve documentation of return value for file_load()
parent
8e6e51547e
commit
dfa820dc0a
|
@ -541,7 +541,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