Ticket #24251: 24251.diff
File 24251.diff, 445 bytes (added by , 12 years ago) |
---|
-
wp-includes/functions.php
1912 1912 'bmp' => 'image/bmp', 1913 1913 'tif|tiff' => 'image/tiff', 1914 1914 'ico' => 'image/x-icon', 1915 'svg' => 'image/svg+xml', 1915 1916 // Video formats 1916 1917 'asf|asx' => 'video/x-ms-asf', 1917 1918 'wmv' => 'video/x-ms-wmv', … … 3740 3741 return false; 3741 3742 }