Make WordPress Core

Changeset 9802


Ignore:
Timestamp:
11/20/2008 01:11:45 AM (16 years ago)
Author:
azaozz
Message:

Add DivX MIME type, props wfrantz, fixes #8289

File:
1 edited

Legend:

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

    r9744 r9802  
    20392039        'asf|asx|wax|wmv|wmx' => 'video/asf',
    20402040        'avi' => 'video/avi',
     2041        'divx' => 'video/divx',
    20412042        'mov|qt' => 'video/quicktime',
    20422043        'mpeg|mpg|mpe|mp4' => 'video/mpeg',
Note: See TracChangeset for help on using the changeset viewer.