Skip to content

Commit ee1fe1c

Browse files
chore: format
1 parent f5b28b7 commit ee1fe1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/abstract/feedzy-rss-feeds-admin-abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ private function get_feed_item_filter( $sc, $sizes, $item, $feed_url, $index, $i
14381438

14391439
if ( isset( $sc['aspectRatio'] ) ) {
14401440
$img_style .= 'aspect-ratio:' . $sc['aspectRatio'] . ';';
1441-
} else if ( isset( $sizes['width'] ) && is_numeric( $sizes['width'] ) ) {
1441+
} elseif ( isset( $sizes['width'] ) && is_numeric( $sizes['width'] ) ) {
14421442
$img_style .= 'width:' . $sizes['width'] . 'px;';
14431443
}
14441444

0 commit comments

Comments
 (0)