Plugin Directory

Changeset 628433


Ignore:
Timestamp:
11/22/2012 01:34:44 AM (13 years ago)
Author:
ssamture
Message:

1.2.2 Bugfix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mh-board/trunk/templates/default/mhboard-comment.php

    r628426 r628433  
    9797                    <p><?php echo nl2br($comment->comment_content);?></p>
    9898                </div>
     99                <?php if($children_level[$comment->comment_ID]):?>
    99100                <?php foreach(@$children_level[$comment->comment_ID] as $comment):?>
    100101                    <div class="mh-comment-item" <?php comment_class(empty( $args['has_children'] ) ? '' : 'parent') ?> id="comment-<?php comment_ID() ?>">
     
    110111                    </div>
    111112                <?php endforeach;?>
     113                <?php endif;?>
    112114            </div>
    113115        <?php endforeach;?>
Note: See TracChangeset for help on using the changeset viewer.