Add DivX MIME type, props wfrantz, fixes #8289

git-svn-id: https://develop.svn.wordpress.org/trunk@9802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-20 01:11:45 +00:00
parent 1743a18658
commit 807877938e
1 changed files with 1 additions and 0 deletions

View File

@ -2038,6 +2038,7 @@ function wp_check_filetype( $filename, $mimes = null ) {
'ico' => 'image/x-icon',
'asf|asx|wax|wmv|wmx' => 'video/asf',
'avi' => 'video/avi',
'divx' => 'video/divx',
'mov|qt' => 'video/quicktime',
'mpeg|mpg|mpe|mp4' => 'video/mpeg',
'txt|c|cc|h' => 'text/plain',