Add iWork formats to valid upload filetypes. key, numbers, pages. props barry, fixes #24621.

git-svn-id: http://core.svn.wordpress.org/trunk@24782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-07-23 15:29:26 +00:00
parent 42572a9543
commit a70604d441

View File

@ -1994,6 +1994,10 @@ function wp_get_mime_types() {
'odf' => 'application/vnd.oasis.opendocument.formula',
// WordPerfect formats
'wp|wpd' => 'application/wordperfect',
// iWork formats
'key' => 'application/vnd.apple.keynote',
'numbers' => 'application/vnd.apple.numbers',
'pages' => 'application/vnd.apple.pages',
) );
}
/**