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

merge-requests/26/head
Jennifer Hodgdon 2012-04-18 10:57:16 -07:00
parent 8e6e51547e
commit dfa820dc0a
1 changed files with 1 additions and 1 deletions

View File

@ -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()