Relocate /div.

git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-07-04 19:24:41 +00:00
parent 8bb9a2fa95
commit b3b39cc608

View File

@ -55,9 +55,9 @@ foreach ($comments as $comment) {
}
?>
</ul>
<?php endif; ?>
</div>
<?php endif; ?>
<?php
if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 5") ) :