Make WordPress Core

Ticket #24621: 24621.patch

File 24621.patch, 509 bytes (added by barry, 13 years ago)
  • wp-includes/functions.php

     
    19941994        'odf' => 'application/vnd.oasis.opendocument.formula',
    19951995        // WordPerfect formats
    19961996        'wp|wpd' => 'application/wordperfect',
     1997        // iWork formats
     1998        'key' => 'application/vnd.apple.keynote',
     1999        'numbers' => 'application/vnd.apple.numbers',
     2000        'pages' => 'application/vnd.apple.pages',
    19972001        ) );
    19982002}
    19992003/**