Changeset 5929
- Timestamp:
- 08/23/2007 06:28:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5842 r5929 1030 1030 'pdf' => 'application/pdf', 1031 1031 'doc' => 'application/msword', 1032 'odt' => 'application/vnd.oasis.opendocument.text',1033 1032 'pot|pps|ppt' => 'application/vnd.ms-powerpoint', 1034 1033 'wri' => 'application/vnd.ms-write', … … 1041 1040 'zip' => 'application/zip', 1042 1041 'gz|gzip' => 'application/x-gzip', 1043 'exe' => 'application/x-msdownload' 1042 'exe' => 'application/x-msdownload', 1043 // openoffice formats 1044 'odt' => 'application/vnd.oasis.opendocument.text', 1045 'odp' => 'application/vnd.oasis.opendocument.presentation', 1046 'ods' => 'application/vnd.oasis.opendocument.spreadsheet', 1047 'odg' => 'application/vnd.oasis.opendocument.graphics', 1048 'odc' => 'application/vnd.oasis.opendocument.chart', 1049 'odb' => 'application/vnd.oasis.opendocument.database', 1050 'odf' => 'application/vnd.oasis.opendocument.formula', 1051 1044 1052 )); 1045 1053
Note: See TracChangeset
for help on using the changeset viewer.