Add missing closing div tags to some edit-comments.php branches. props JohnONolan, fixes #13287.

git-svn-id: https://develop.svn.wordpress.org/trunk@14493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-07 02:38:12 +00:00
parent e076d0b0ac
commit 49416615b4
1 changed files with 2 additions and 0 deletions

View File

@ -456,10 +456,12 @@ if ( $page_links )
<?php } elseif ( 'moderated' == $comment_status ) { ?>
<p><?php _e('No comments awaiting moderation&hellip; yet.') ?></p>
</div>
</form>
<?php } else { ?>
<p><?php _e('No comments found.') ?></p>
</div>
</form>
<?php } ?>