diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 6b4dd25da6..20b7981d65 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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', ) ); } /**