We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wav
1 parent 074dc52 commit 0a5e54aCopy full SHA for 0a5e54a
backport-changelog/6.8/7265.md
@@ -1,3 +1,4 @@
1
https://github.com/WordPress/wordpress-develop/pull/7265
2
3
* https://github.com/WordPress/gutenberg/pull/66850
4
+* https://github.com/WordPress/gutenberg/pull/66947
lib/compat/wordpress-6.8/functions.php
@@ -18,7 +18,7 @@ function gutenberg_get_mime_types_6_8( $mime_types ) {
18
* Only add support if there is existing support for 'wav'.
19
* Some plugins may have deliberately disabled it.
20
*/
21
- if ( ! $mime_types['wav'] && ! isset( $mime_types['wav|x-wav'] ) ) {
+ if ( ! isset( $mime_types['wav'] ) && ! isset( $mime_types['wav|x-wav'] ) ) {
22
return $mime_types;
23
}
24
/*
0 commit comments