Changeset 628433
- Timestamp:
- 11/22/2012 01:34:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mh-board/trunk/templates/default/mhboard-comment.php
r628426 r628433 97 97 <p><?php echo nl2br($comment->comment_content);?></p> 98 98 </div> 99 <?php if($children_level[$comment->comment_ID]):?> 99 100 <?php foreach(@$children_level[$comment->comment_ID] as $comment):?> 100 101 <div class="mh-comment-item" <?php comment_class(empty( $args['has_children'] ) ? '' : 'parent') ?> id="comment-<?php comment_ID() ?>"> … … 110 111 </div> 111 112 <?php endforeach;?> 113 <?php endif;?> 112 114 </div> 113 115 <?php endforeach;?>
Note: See TracChangeset
for help on using the changeset viewer.