Changeset 49845 for trunk/src/wp-includes/functions.php
- Timestamp:
- 12/20/2020 04:13:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r49790 r49845 2792 2792 * 2793 2793 * @param string $filename File name or path. 2794 * @param string[] $mimes Optional. Array of mime types keyed by their file extension regex.2794 * @param string[] $mimes Optional. Array of allowed mime types keyed by their file extension regex. 2795 2795 * @return array { 2796 2796 * Values for the extension and mime type. … … 2834 2834 * @param string $filename The name of the file (may differ from $file due to $file being 2835 2835 * in a tmp directory). 2836 * @param string[] $mimes Optional. Array of mime types keyed by their file extension regex.2836 * @param string[] $mimes Optional. Array of allowed mime types keyed by their file extension regex. 2837 2837 * @return array { 2838 2838 * Values for the extension, mime type, and corrected filename.
Note: See TracChangeset
for help on using the changeset viewer.