Add .webm (video/webm) to wp_get_mime_types(). props wonderboymusic. fixes #14659

git-svn-id: http://core.svn.wordpress.org/trunk@23229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2012-12-29 18:07:23 +00:00
parent 3c0d96524c
commit dc4832131f
1 changed files with 1 additions and 0 deletions

View File

@ -1884,6 +1884,7 @@ function wp_get_mime_types() {
'mpeg|mpg|mpe' => 'video/mpeg',
'mp4|m4v' => 'video/mp4',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
'mkv' => 'video/x-matroska',
// Text formats
'txt|asc|c|cc|h' => 'text/plain',