Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39550, comment 95


Ignore:
Timestamp:
02/12/2017 06:01:19 AM (8 years ago)
Author:
goldsounds
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39550, comment 95

    initial v1  
    33This plugin identifies .gltf files as type 'model/gltf+json', but the `finfo_file` function identifies them as 'text/plain' (because under the hood they're JSON).
    44
    5 This results in wp_check_filetype_and_ext returning false for ext and type, and the security error.
     5This results in `wp_check_filetype_and_ext` returning false for ext and type, and the security error.
    66
    77This is basically a 100% functionality breakage as far as my plugin is concerned!