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 +?> +*/