From 4b253013e23d806edd74f3270e86dc8efa04a919 Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 20 Nov 2008 01:11:45 +0000 Subject: [PATCH] Add DivX MIME type, props wfrantz, fixes #8289 git-svn-id: http://svn.automattic.com/wordpress/trunk@9802 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index f9a9d4a0c..b2712fe43 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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',