From 1616e6de3126575b9f7bd85cc1cbbcb801901fd0 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 2 Jan 2010 13:07:02 -0800 Subject: [PATCH] filter for the_excerpt to add the comic images to the feeds in case someone has it switched in the settings. Signed-off-by: Philip M. Hofer (Frumph) --- functions/syndication.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/syndication.php b/functions/syndication.php index c246b1d..09307c0 100644 --- a/functions/syndication.php +++ b/functions/syndication.php @@ -109,5 +109,6 @@ function comicpress_insert_comic_feed($content) { } add_filter('the_content','comicpress_insert_comic_feed'); +add_filter('the_excerpt','comicpress_insert_comic_feed'); ?>