| 2239 | 2239 | $ext2type = apply_filters( 'ext2type', array( |
| 2240 | 2240 | 'audio' => array( 'aac', 'ac3', 'aif', 'aiff', 'm3a', 'm4a', 'm4b', 'mka', 'mp1', 'mp2', 'mp3', 'ogg', 'ram', 'wav', 'wma' ), |
| 2241 | 2241 | 'video' => array( 'asf', 'avi', 'divx', 'dv', 'flv', 'mkv', 'mov', 'mpg', 'mpeg', 'mp4', 'mpv', 'ogm', 'qt', 'rm', 'vob', 'wmv', 'm4v' ), |
| 2242 | | 'document' => array( 'doc', 'docx', 'docm', 'dotm', 'odt', 'pages', 'pdf', 'rtf' ), |
| | 2242 | 'document' => array( 'doc', 'docx', 'docm', 'dotm', 'odt', 'pages', 'rtf' ), |
| 2243 | 2243 | 'spreadsheet' => array( 'numbers', 'ods', 'xls', 'xlsx', 'xlsb', 'xlsm' ), |
| 2244 | 2244 | 'interactive' => array( 'key', 'ppt', 'pptx', 'pptm', 'odp', 'swf' ), |
| 2245 | 2245 | 'text' => array( 'asc', 'txt' ), |
| 2246 | 2246 | 'archive' => array( 'bz2', 'cab', 'dmg', 'gz', 'rar', 'sea', 'sit', 'sqx', 'tar', 'tgz', 'zip' ), |
| 2247 | 2247 | 'code' => array( 'css', 'html', 'php', 'js' ), |