diff --git a/wp-includes/functions.php b/wp-includes/functions.php index f9a9d4a0c9..b2712fe43c 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',