Changes between Initial Version and Version 1 of Ticket #45615, comment 27
- Timestamp:
- 12/25/2018 02:00:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45615, comment 27
initial v1 18 18 will mean that the {{{.vtt}}} file type will only be expected to have the {{{text/plain}}} mime type, regardless of other possible matches. 19 19 20 It also seems that {{{fi le_info()}}} is not consistent determining the real mime type info depending on the system setup.20 It also seems that {{{finfo_file()}}} is not consistent determining the real mime type info depending on the system setup. 21 21 22 22 So simply assigning a file extension to multiple mime types in {{{wp_get_mime_types()}}} will not solve the issue here. An actual support for multiple mime types or mime type "fallbacks" seems to be needed.