From d5b1fd6b52eac0e85627b2c0852472641bde50fe Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 20 Dec 2009 01:38:38 -0500 Subject: [PATCH] remove old related posts code --- functions/relatedcomics.php | 3 ++- functions/relatedposts.php | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/functions/relatedcomics.php b/functions/relatedcomics.php index 3e6cb8c..09b7e13 100644 --- a/functions/relatedcomics.php +++ b/functions/relatedcomics.php @@ -6,7 +6,7 @@ * Usage: [related_comics] * */ - +/* function related_comics_shortcode( $atts = '' ) { extract(shortcode_atts(array( 'limit' => '5', @@ -69,3 +69,4 @@ function related_comics_shortcode( $atts = '' ) { add_shortcode('related_comics', 'related_comics_shortcode'); ?> +*/ diff --git a/functions/relatedposts.php b/functions/relatedposts.php index f37b629..89c136a 100644 --- a/functions/relatedposts.php +++ b/functions/relatedposts.php @@ -6,7 +6,7 @@ * Usage: [related_posts] * */ - +/* function related_posts_shortcode( $atts = '' ) { extract(shortcode_atts(array( @@ -72,4 +72,5 @@ function related_posts_shortcode( $atts = '' ) { add_shortcode('related_posts', 'related_posts_shortcode'); -?> \ No newline at end of file +?> +*/