From ac2988c39c4b3651e366571fba865db15fd8713e Mon Sep 17 00:00:00 2001 From: azaozz Date: Fri, 20 Nov 2009 04:19:44 +0000 Subject: [PATCH] Add video/x-flv to mime types, props hakre, fixes #11051 git-svn-id: http://svn.automattic.com/wordpress/trunk@12239 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 af58d5af1..6863b17b1 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2271,6 +2271,7 @@ function get_allowed_mime_types() { 'asf|asx|wax|wmv|wmx' => 'video/asf', 'avi' => 'video/avi', 'divx' => 'video/divx', + 'flv' => 'video/x-flv', 'mov|qt' => 'video/quicktime', 'mpeg|mpg|mpe' => 'video/mpeg', 'txt|c|cc|h' => 'text/plain',