Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15916, comment 5


Ignore:
Timestamp:
01/11/2011 03:21:36 PM (14 years ago)
Author:
aaroncampbell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15916, comment 5

    initial v1  
    33function allow_new_filetypes( $mimes ) {
    44        $mimes['ics'] = 'text/calendar';
     5        return $mimes;
    56}
    67