Make WordPress Core


Ignore:
Timestamp:
01/15/2018 10:16:33 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Media: Add flac to the list of allowed file types.

Props blobfolio.
Fixes #42225.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions.php

    r42387 r42451  
    12921292                        ),
    12931293                    ),
     1294                    // FLAC file.
     1295                    array(
     1296                        DIR_TESTDATA . '/uploads/small-audio.flac',
     1297                        'small-audio.flac',
     1298                        array(
     1299                            'ext'             => 'flac',
     1300                            'type'            => 'audio/flac',
     1301                            'proper_filename' => false,
     1302                        ),
     1303                    ),
    12941304                )
    12951305            );
Note: See TracChangeset for help on using the changeset viewer.