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