Add trailing commas to the last elements of arrays
This commit is contained in:
parent
7be757759c
commit
c780bc0559
6 changed files with 6 additions and 6 deletions
|
@ -99,7 +99,7 @@ function _s_comment( $comment, $args, $depth ) {
|
|||
<?php
|
||||
comment_reply_link( array_merge( $args,array(
|
||||
'depth' => $depth,
|
||||
'max_depth' => $args['max_depth']
|
||||
'max_depth' => $args['max_depth'],
|
||||
) ) );
|
||||
?>
|
||||
</div><!-- .reply -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue