..uncommented related posts and comics so that sites do not continue to be b0rked from the functions/displayblogpost.php and functions/displaycomicpost.php calls those functions.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
12ffca740a
commit
2cc315dcdc
|
@ -6,7 +6,7 @@
|
|||
* Usage: [related_comics]
|
||||
*
|
||||
*/
|
||||
/*
|
||||
|
||||
function related_comics_shortcode( $atts = '' ) {
|
||||
extract(shortcode_atts(array(
|
||||
'limit' => '5',
|
||||
|
@ -66,7 +66,7 @@ function related_comics_shortcode( $atts = '' ) {
|
|||
}
|
||||
return;
|
||||
}
|
||||
add_shortcode('related_comics', 'related_comics_shortcode');
|
||||
// add_shortcode('related_comics', 'related_comics_shortcode');
|
||||
|
||||
?>
|
||||
*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
* Usage: [related_posts]
|
||||
*
|
||||
*/
|
||||
/*
|
||||
|
||||
function related_posts_shortcode( $atts = '' ) {
|
||||
extract(shortcode_atts(array(
|
||||
|
@ -70,7 +69,6 @@ function related_posts_shortcode( $atts = '' ) {
|
|||
return;
|
||||
}
|
||||
|
||||
add_shortcode('related_posts', 'related_posts_shortcode');
|
||||
// add_shortcode('related_posts', 'related_posts_shortcode');
|
||||
|
||||
?>
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue