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) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-02 13:07:02 -08:00
parent f939071692
commit 1616e6de31
1 changed files with 1 additions and 0 deletions

View File

@ -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');
?>