Make WordPress Core

Ticket #15916: 15916.patch

File 15916.patch, 434 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-includes/functions.php

     
    24932493                'txt|asc|c|cc|h' => 'text/plain',
    24942494                'csv' => 'text/csv',
    24952495                'tsv' => 'text/tab-separated-values',
     2496                'ics' => 'text/calendar',
    24962497                'rtx' => 'text/richtext',
    24972498                'css' => 'text/css',
    24982499                'htm|html' => 'text/html',