Changeset 46610 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/28/2019 07:46:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46602 r46610 2619 2619 * Values for the extension and mime type. 2620 2620 * 2621 * @type string|false $ 0File extension, or false if the file doesn't match a mime type.2622 * @type string|false $ 1File mime type, or false if the file doesn't match a mime type.2621 * @type string|false $ext File extension, or false if the file doesn't match a mime type. 2622 * @type string|false $type File mime type, or false if the file doesn't match a mime type. 2623 2623 * } 2624 2624 */ … … 2661 2661 * Values for the extension, mime type, and corrected filename. 2662 2662 * 2663 * @type string|false $ 0File extension, or false if the file doesn't match a mime type.2664 * @type string|false $ 1File mime type, or false if the file doesn't match a mime type.2665 * @type string|false $ 2File name with its correct extension, or false if it cannot be determined.2663 * @type string|false $ext File extension, or false if the file doesn't match a mime type. 2664 * @type string|false $type File mime type, or false if the file doesn't match a mime type. 2665 * @type string|false $proper_filename File name with its correct extension, or false if it cannot be determined. 2666 2666 * } 2667 2667 */ … … 2823 2823 * Values for the extension, mime type, and corrected filename. 2824 2824 * 2825 * @type string|false $ 0File extension, or false if the file doesn't match a mime type.2826 * @type string|false $ 1File mime type, or false if the file doesn't match a mime type.2827 * @type string|false $ 2File name with its correct extension, or false if it cannot be determined.2825 * @type string|false $ext File extension, or false if the file doesn't match a mime type. 2826 * @type string|false $type File mime type, or false if the file doesn't match a mime type. 2827 * @type string|false $proper_filename File name with its correct extension, or false if it cannot be determined. 2828 2828 * } 2829 2829 * @param string $file Full path to the file.
Note: See TracChangeset
for help on using the changeset viewer.