summaryrefslogtreecommitdiff
path: root/includes/file.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-06-22 17:55:57 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-06-22 17:55:57 -0700
commit3d1ed2dab74c1498cabd4d09e7a76967ad4fe878 (patch)
tree8f654c2f1997d0a642e901bb6ca150dcf4d32a91 /includes/file.inc
parent18a5b95a332abb8e819ffbed3901437d6722c6ed (diff)
downloadbrdo-3d1ed2dab74c1498cabd4d09e7a76967ad4fe878.tar.gz
brdo-3d1ed2dab74c1498cabd4d09e7a76967ad4fe878.tar.bz2
Issue #1192474 by pillarsdotnet: Fixed Fix grammar error in file_unmanaged_save_data() docs.
Diffstat (limited to 'includes/file.inc')
-rw-r--r--includes/file.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/file.inc b/includes/file.inc
index 2103c3641..73e75cd4f 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -1821,10 +1821,9 @@ function file_save_data($data, $destination = NULL, $replace = FILE_EXISTS_RENAM
* @param $data
* A string containing the contents of the file.
* @param $destination
- * A string containing the destination location.
- * This must be a stream wrapper URI. If no value is provided, a
- * randomized name will be generated and the file is saved using Drupal's
- * default files scheme, usually "public://".
+ * A string containing the destination location. This must be a stream wrapper
+ * URI. If no value is provided, a randomized name will be generated and the
+ * file will be saved using Drupal's default files scheme, usually "public://".
* @param $replace
* Replace behavior when the destination file already exists:
* - FILE_EXISTS_REPLACE - Replace the existing file.