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
This commit is contained in:
Andrew Ozz 2009-11-20 04:19:44 +00:00
parent ee858aaa6c
commit f13b20b423
1 changed files with 1 additions and 0 deletions

View File

@ -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',