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