Changeset 59389 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/12/2024 12:51:17 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r59358 r59389 3418 3418 * @since 4.9.2 Support was added for Flac (.flac) files. 3419 3419 * @since 4.9.6 Support was added for AAC (.aac) files. 3420 * @since 6.8.0 Support was added for `audio/x-wav`. 3420 3421 * 3421 3422 * @return string[] Array of mime types keyed by the file extension regex corresponding to those types. … … 3482 3483 'aac' => 'audio/aac', 3483 3484 'ra|ram' => 'audio/x-realaudio', 3484 'wav '=> 'audio/wav',3485 'wav|x-wav' => 'audio/wav', 3485 3486 'ogg|oga' => 'audio/ogg', 3486 3487 'flac' => 'audio/flac',
Note: See TracChangeset
for help on using the changeset viewer.