Changes between Initial Version and Version 1 of Ticket #15916, comment 5
- Timestamp:
- 01/11/2011 03:21:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15916, comment 5
initial v1 3 3 function allow_new_filetypes( $mimes ) { 4 4 $mimes['ics'] = 'text/calendar'; 5 return $mimes; 5 6 } 6 7