Add .ics / text/calendar to the whitelist of allowed file types. Fixes #15916 props SergeyBiryukov

git-svn-id: https://develop.svn.wordpress.org/trunk@18091 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2011-06-01 15:08:48 +00:00
parent f3b35cf893
commit 5bb637983d
1 changed files with 1 additions and 0 deletions

View File

@ -2573,6 +2573,7 @@ function get_allowed_mime_types() {
'txt|asc|c|cc|h' => 'text/plain',
'csv' => 'text/csv',
'tsv' => 'text/tab-separated-values',
'ics' => 'text/calendar',
'rtx' => 'text/richtext',
'css' => 'text/css',
'htm|html' => 'text/html',