Changeset 5304

Show
Ignore:
Timestamp:
04/24/07 23:28:39 (2 years ago)
Author:
rob1n
Message:

Add ODT to allowed file types. Props Nazgul. fixes #4136

Files:

Legend:

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

    r5284 r5304  
    11951195        'pdf' => 'application/pdf', 
    11961196        'doc' => 'application/msword', 
     1197        'odt' => 'application/vnd.oasis.opendocument.text', 
    11971198        'pot|pps|ppt' => 'application/vnd.ms-powerpoint', 
    11981199        'wri' => 'application/vnd.ms-write',