summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-25 00:37:50 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-25 00:37:50 -0800
commit15e66edf06ff2fa366e21c192fdfe5e35ca52f6e (patch)
tree8ac5529959100b940e8491ae53b19ad98bb3282f /modules/system/system.api.php
parent88b568e272e3776ef217bed4059249f9f62abec3 (diff)
downloadbrdo-15e66edf06ff2fa366e21c192fdfe5e35ca52f6e.tar.gz
brdo-15e66edf06ff2fa366e21c192fdfe5e35ca52f6e.tar.bz2
Issue #1347812 by nanotube, xjm: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete().
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 33a93d1d8..789739c94 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -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.