Relocate /div.

git-svn-id: https://develop.svn.wordpress.org/trunk@3954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-07-04 19:24:00 +00:00
parent 2595bc560c
commit 1534405764
1 changed files with 1 additions and 2 deletions

View File

@ -55,9 +55,8 @@ foreach ($comments as $comment) {
} }
?> ?>
</ul> </ul>
<?php endif; ?>
</div> </div>
<?php endif; ?>
<?php <?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") ) : 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") ) :