mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
simplify RSS return
This commit is contained in:
@@ -102,9 +102,7 @@ class Display_Featured_Image_Genesis_RSS {
|
||||
$image = get_the_post_thumbnail( get_the_ID(), $size, array( 'align' => $align, 'style' => $style, 'class' => $class ) );
|
||||
$image = apply_filters( 'display_featured_image_genesis_modify_rss_image', $image );
|
||||
|
||||
$content = $image . $content;
|
||||
|
||||
return $content;
|
||||
return $image . $content;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user