Ticket #12757: 12757.001.diff
File 12757.001.diff, 981 bytes (added by , 14 years ago) |
---|
-
wp-includes/functions.php
2328 2328 'document' => array( 'doc', 'docx', 'docm', 'dotm', 'odt', 'pages', 'pdf', 'rtf' ), 2329 2329 'spreadsheet' => array( 'numbers', 'ods', 'xls', 'xlsx', 'xlsb', 'xlsm' ), 2330 2330 'interactive' => array( 'key', 'ppt', 'pptx', 'pptm', 'odp', 'swf' ), 2331 'text' => array( 'asc', 'txt', 'csv' ),2331 'text' => array( 'asc', 'txt', 'csv', 'tsv' ), 2332 2332 'archive' => array( 'bz2', 'cab', 'dmg', 'gz', 'rar', 'sea', 'sit', 'sqx', 'tar', 'tgz', 'zip' ), 2333 2333 'code' => array( 'css', 'html', 'php', 'js' ), 2334 2334 )); … … 2393 2393 'mpeg|mpg|mpe' => 'video/mpeg', 2394 2394 'txt|asc|c|cc|h' => 'text/plain', 2395 2395 'csv' => 'text/csv', 2396 'tsv' => 'text/tsv', 2396 2397 'rtx' => 'text/richtext', 2397 2398 'css' => 'text/css', 2398 2399 'htm|html' => 'text/html',