From f13b20b4230579d0c97f6aa4938507c511da2eef Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@12239 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index af58d5af13..6863b17b1a 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',