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.
1 parent a2943fa commit f1395f6Copy full SHA for f1395f6
plugins/webp-uploads/tests/test-helper.php
@@ -372,7 +372,7 @@ public function test_it_should_return_default_transforms_when_filter_returns_non
372
} else {
373
$default_transforms = array(
374
'image/jpeg' => array( 'image/webp' ),
375
- 'image/webp' => array( 'image/avif' ),
+ 'image/webp' => array( 'image/webp' ),
376
'image/avif' => array( 'image/avif' ),
377
'image/png' => array( 'image/webp' ),
378
);
0 commit comments