Minor code style clean-up
This commit is contained in:
parent
a47b1523dd
commit
7be757759c
7 changed files with 40 additions and 7 deletions
|
@ -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-## -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue