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 e764b51 commit e861831Copy full SHA for e861831
plugins/auto-sizes/includes/improve-calculate-sizes.php
@@ -76,7 +76,7 @@ function auto_sizes_prime_attachment_caches( $content ): string {
76
*/
77
function auto_sizes_filter_image_tag( $content, array $parsed_block, WP_Block $block ): string {
78
if ( ! is_string( $content ) ) {
79
- return ''; // @codeCoverageIgnore
+ return '';
80
}
81
82
$processor = new WP_HTML_Tag_Processor( $content );
0 commit comments