Add missing semicolons

This commit is contained in:
Ben Word
2012-10-02 18:34:30 -05:00
parent 7e705f4493
commit bfdd804c73
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
<?php endif; ?>
<section class="comment">
<?php comment_text() ?>
<?php comment_text(); ?>
</section>
<?php comment_reply_link(array_merge($args, array('depth' => $depth, 'max_depth' => $args['max_depth']))); ?>