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:
parent
1bc25890e2
commit
ac2988c39c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue