summaryrefslogtreecommitdiff
path: root/includes/file.inc
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 /includes/file.inc
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 'includes/file.inc')
-rw-r--r--includes/file.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc
index 6ee1b40b9..4188b417f 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -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.