Breaking sites with this related commented out.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
1ed115dd20
commit
4a25965398
|
@ -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');
|
||||
|
||||
|
||||
?>*/
|
||||
?>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
function related_posts_shortcode( $atts = '' ) {
|
||||
extract(shortcode_atts(array(
|
||||
'limit' => '5',
|
||||
|
@ -73,4 +73,3 @@ function related_posts_shortcode( $atts = '' ) {
|
|||
add_shortcode('related_posts', 'related_posts_shortcode');
|
||||
|
||||
?>
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue