Media: Add flac to the list of allowed file types.
Props blobfolio. Fixes #42225. Built from https://develop.svn.wordpress.org/trunk@42451 git-svn-id: http://core.svn.wordpress.org/trunk@42281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2209,9 +2209,9 @@ function wp_get_audio_extensions() {
|
||||
* @since 3.6.0
|
||||
*
|
||||
* @param array $extensions An array of support audio formats. Defaults are
|
||||
* 'mp3', 'ogg', 'm4a', 'wav'.
|
||||
* 'mp3', 'ogg', 'flac', 'm4a', 'wav'.
|
||||
*/
|
||||
return apply_filters( 'wp_audio_extensions', array( 'mp3', 'ogg', 'm4a', 'wav' ) );
|
||||
return apply_filters( 'wp_audio_extensions', array( 'mp3', 'ogg', 'flac', 'm4a', 'wav' ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user