Markup fix from ckr and Nazgul. fixes #2842

git-svn-id: http://svn.automattic.com/wordpress/trunk@3912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-06-24 05:57:03 +00:00
parent 7b662dccc8
commit b3c1dd21ca
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,6 @@ if ( $comments || $numcomments ) :
<?php if ( $numcomments ) : ?>
<p><strong><a href="moderation.php"><?php echo sprintf(__('Comments in moderation (%s)'), number_format($numcomments) ); ?> &raquo;</a></strong></p>
<?php endif; ?>
</div>
<ul>
<?php
@ -58,6 +57,7 @@ foreach ($comments as $comment) {
</ul>
<?php endif; ?>
</div>
<?php
if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_type = 'post' AND post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 5") ) :