From 3150c96c2915cde93f3f0c3d94f6b68a3894f5d4 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sun, 27 Dec 2009 05:00:25 -0800 Subject: [PATCH] attr's fix in the related posts, global the $comicpress_options right off, set the enable_comment count in feed var in the syndication.php Signed-off-by: Philip M. Hofer (Frumph) --- classes/ComicPressRelatedPosts.inc | 2 +- functions.php | 5 +++++ functions/syndication.php | 7 +++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/classes/ComicPressRelatedPosts.inc b/classes/ComicPressRelatedPosts.inc index 5c24449..ffe99ea 100644 --- a/classes/ComicPressRelatedPosts.inc +++ b/classes/ComicPressRelatedPosts.inc @@ -44,7 +44,7 @@ class ComicPressRelatedPosts { function _handle_shortcode_attrs($attrs) { return shortcode_atts(array( 'limit' => '5', - ), $atts); + ), $attrs); } function _new_comicpressstoryline() { return new ComicPressStoryline(); } diff --git a/functions.php b/functions.php index 2b9f231..0a58526 100644 --- a/functions.php +++ b/functions.php @@ -1,5 +1,7 @@