From 4a2596539829a19c205d03b8b7027552d077c4e0 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 19 Dec 2009 19:53:31 -0800 Subject: [PATCH] Breaking sites with this related commented out. Signed-off-by: Philip M. Hofer (Frumph) --- functions/relatedcomics.php | 5 ++--- functions/relatedposts.php | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/functions/relatedcomics.php b/functions/relatedcomics.php index b0ebabc..3e6cb8c 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', @@ -68,5 +68,4 @@ function related_comics_shortcode( $atts = '' ) { } add_shortcode('related_comics', 'related_comics_shortcode'); - -?>*/ +?> diff --git a/functions/relatedposts.php b/functions/relatedposts.php index 38d0008..f37b629 100644 --- a/functions/relatedposts.php +++ b/functions/relatedposts.php @@ -7,7 +7,7 @@ * */ -/* + function related_posts_shortcode( $atts = '' ) { extract(shortcode_atts(array( 'limit' => '5', @@ -72,5 +72,4 @@ function related_posts_shortcode( $atts = '' ) { add_shortcode('related_posts', 'related_posts_shortcode'); -?> -*/ +?> \ No newline at end of file