Merge branch 'master' of github.com:johnbintz/comicpress-2.8

This commit is contained in:
John Bintz 2009-12-20 01:36:06 -05:00
commit d7e84d31aa
2 changed files with 4 additions and 6 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',
@ -68,5 +68,4 @@ function related_comics_shortcode( $atts = '' ) {
} }
add_shortcode('related_comics', 'related_comics_shortcode'); add_shortcode('related_comics', 'related_comics_shortcode');
?>
?>*/

View File

@ -7,7 +7,7 @@
* *
*/ */
/*
function related_posts_shortcode( $atts = '' ) { function related_posts_shortcode( $atts = '' ) {
extract(shortcode_atts(array( extract(shortcode_atts(array(
'limit' => '5', 'limit' => '5',
@ -73,4 +73,3 @@ function related_posts_shortcode( $atts = '' ) {
add_shortcode('related_posts', 'related_posts_shortcode'); add_shortcode('related_posts', 'related_posts_shortcode');
?> ?>
*/