diff --git a/wp-includes/functions.php b/wp-includes/functions.php index a41d32fe97..8c7b851c66 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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',