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
This commit is contained in:
azaozz 2009-11-20 04:19:44 +00:00
parent 1bc25890e2
commit ac2988c39c
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',