Minor code style clean-up

This commit is contained in:
Takashi Irie 2013-04-20 01:26:43 +01:00
parent a47b1523dd
commit 7be757759c
7 changed files with 40 additions and 7 deletions

View file

@ -96,7 +96,12 @@ function _s_comment( $comment, $args, $depth ) {
<div class="comment-content"><?php comment_text(); ?></div>
<div class="reply">
<?php comment_reply_link( array_merge( $args, array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
<?php
comment_reply_link( array_merge( $args,array(
'depth' => $depth,
'max_depth' => $args['max_depth']
) ) );
?>
</div><!-- .reply -->
</article><!-- #comment-## -->