Changeset 25713
- Timestamp:
- 10/07/2013 03:33:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r25632 r25713 1874 1874 * @since 3.0.0 1875 1875 * 1876 * @param string $file Full path to the image.1877 * @param string $filename The filename of the image (may differ from $file due to $file being in a tmp directory)1876 * @param string $file Full path to the file. 1877 * @param string $filename The name of the file (may differ from $file due to $file being in a tmp directory) 1878 1878 * @param array $mimes Optional. Key is the file extension with value as the mime type. 1879 1879 * @return array Values for the extension, MIME, and either a corrected filename or false if original $filename is valid
Note: See TracChangeset
for help on using the changeset viewer.