Make WordPress Core

Ticket #42919: 42919.diff

File 42919.diff, 574 bytes (added by desrosj, 7 years ago)

Add the AAC mime type.

  • src/wp-includes/functions.php

     
    25552555                        'vtt'                          => 'text/vtt',
    25562556                        'dfxp'                         => 'application/ttaf+xml',
    25572557                        // Audio formats.
     2558                        'aac'                          => 'audio/aac',
    25582559                        'mp3|m4a|m4b'                  => 'audio/mpeg',
    25592560                        'ra|ram'                       => 'audio/x-realaudio',
    25602561                        'wav'                          => 'audio/wav',