Issue #1347812 by nanotube, xjm: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete().
parent
88b568e272
commit
15e66edf06
|
@ -1146,7 +1146,7 @@ function file_munge_filename($filename, $extensions, $alerts = TRUE) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Undo the effect of upload_munge_filename().
|
||||
* Undo the effect of file_munge_filename().
|
||||
*
|
||||
* @param $filename
|
||||
* String with the filename to be unmunged.
|
||||
|
|
|
@ -2653,7 +2653,7 @@ function hook_stream_wrappers_alter(&$wrappers) {
|
|||
* An array of file objects, indexed by fid.
|
||||
*
|
||||
* @see file_load_multiple()
|
||||
* @see upload_file_load()
|
||||
* @see file_load()
|
||||
*/
|
||||
function hook_file_load($files) {
|
||||
// Add the upload specific data into the file object.
|
||||
|
@ -2778,7 +2778,6 @@ function hook_file_move($file, $source) {
|
|||
* The file that has just been deleted.
|
||||
*
|
||||
* @see file_delete()
|
||||
* @see upload_file_delete()
|
||||
*/
|
||||
function hook_file_delete($file) {
|
||||
// Delete all information associated with the file.
|
||||
|
|
Loading…
Reference in New Issue