Make WordPress Core

Ticket #17117: 17117-2.patch

File 17117-2.patch, 868 bytes (added by hebbet, 14 years ago)
  • wp-includes/functions.php

     
    25792579                'rtf' => 'application/rtf',
    25802580                'js' => 'application/javascript',
    25812581                'pdf' => 'application/pdf',
    2582                 'doc|docx' => 'application/msword',
    2583                 'pot|pps|ppt|pptx|ppam|pptm|sldm|ppsm|potm' => 'application/vnd.ms-powerpoint',
     2582                'doc' => 'application/msword',
     2583                'pot|pps|ppt|ppam|pptm|sldm|ppsm|potm' => 'application/vnd.ms-powerpoint',
    25842584                'wri' => 'application/vnd.ms-write',
    2585                 'xla|xls|xlsx|xlt|xlw|xlam|xlsb|xlsm|xltm' => 'application/vnd.ms-excel',
     2585                'xla|xls|xlt|xlw|xlam|xlsb|xlsm|xltm' => 'application/vnd.ms-excel',
    25862586                'mdb' => 'application/vnd.ms-access',
    25872587                'mpp' => 'application/vnd.ms-project',
    25882588                'docm|dotm' => 'application/vnd.ms-word',