remove old related posts code

This commit is contained in:
John Bintz 2009-12-20 01:38:38 -05:00
parent d7e84d31aa
commit d5b1fd6b52
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
* Usage: [related_comics] * Usage: [related_comics]
* *
*/ */
/*
function related_comics_shortcode( $atts = '' ) { function related_comics_shortcode( $atts = '' ) {
extract(shortcode_atts(array( extract(shortcode_atts(array(
'limit' => '5', 'limit' => '5',
@ -69,3 +69,4 @@ function related_comics_shortcode( $atts = '' ) {
add_shortcode('related_comics', 'related_comics_shortcode'); add_shortcode('related_comics', 'related_comics_shortcode');
?> ?>
*/

View File

@ -6,7 +6,7 @@
* Usage: [related_posts] * Usage: [related_posts]
* *
*/ */
/*
function related_posts_shortcode( $atts = '' ) { function related_posts_shortcode( $atts = '' ) {
extract(shortcode_atts(array( extract(shortcode_atts(array(
@ -72,4 +72,5 @@ function related_posts_shortcode( $atts = '' ) {
add_shortcode('related_posts', 'related_posts_shortcode'); add_shortcode('related_posts', 'related_posts_shortcode');
?> ?>
*/