Changeset 19596 for trunk/wp-admin/includes/file.php
- Timestamp:
- 12/14/2011 05:36:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r19593 r19596 158 158 * 159 159 * The filename is based off the passed parameter or defaults to the current unix timestamp, 160 * while the directory can either be passed as well, or by leaving 160 * while the directory can either be passed as well, or by leaving it blank, default to a writable temporary directory. 161 161 * 162 162 * @since 2.6.0 … … 487 487 /** 488 488 * Downloads a url to a local temporary file using the WordPress HTTP Class. 489 * Please note, That the calling function must unlink() the 489 * Please note, That the calling function must unlink() the file. 490 490 * 491 491 * @since 2.5.0 … … 885 885 886 886 /** 887 * Displays a form to the user to request for their FTP/SSH details in order to 887 * Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem. 888 888 * All chosen/entered details are saved, Excluding the Password. 889 889 * … … 897 897 * @param string $type the chosen Filesystem method in use 898 898 * @param boolean $error if the current request has failed to connect 899 * @param string $context The directory which is needed access to, The write-test will be performed on 899 * @param string $context The directory which is needed access to, The write-test will be performed on this directory by get_filesystem_method() 900 900 * @param string $extra_fields Extra POST fields which should be checked for to be included in the post. 901 901 * @return boolean False on failure. True on success.
Note: See TracChangeset
for help on using the changeset viewer.