Make WordPress Core


Ignore:
Timestamp:
11/20/2009 04:19:44 AM (16 years ago)
Author:
azaozz
Message:

Add video/x-flv to mime types, props hakre, fixes #11051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r12207 r12239  
    22722272        'avi' => 'video/avi',
    22732273        'divx' => 'video/divx',
     2274        'flv' => 'video/x-flv',
    22742275        'mov|qt' => 'video/quicktime',
    22752276        'mpeg|mpg|mpe' => 'video/mpeg',
Note: See TracChangeset for help on using the changeset viewer.