Ticket #45633: 45633.patch
File 45633.patch, 402 bytes (added by , 6 years ago) |
---|
-
wp-includes/
diff --git wp-includes/functions.php wp-includes/functions-45633.php index 71d42cb..29e5e75 100755
old new function wp_get_mime_types() { 2472 2472 */ 2473 2473 return apply_filters( 'mime_types', array( 2474 2474 // Image formats. 2475 'json' =>'application/json', 2475 2476 'jpg|jpeg|jpe' => 'image/jpeg', 2476 2477 'gif' => 'image/gif', 2477 2478 'png' => 'image/png',