Ticket #54193: fileinfo-json-fix.diff
File fileinfo-json-fix.diff, 386 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/functions.php
diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index d82b2e54ba..f75c396328 100644
a b function wp_check_filetype_and_ext( $file, $filename, $mimes = null ) { 3088 3088 'text/richtext', 3089 3089 'text/tsv', 3090 3090 'text/vtt', 3091 'application/json',3092 3091 ), 3093 3092 true 3094 3093 )