From 15344057646386446b8d9cfed86dadc31dedd2ff Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 4 Jul 2006 19:24:00 +0000 Subject: [PATCH] Relocate /div. git-svn-id: https://develop.svn.wordpress.org/trunk@3954 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/index.php b/wp-admin/index.php index 52f0b5f158..85ef56f564 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -55,9 +55,8 @@ foreach ($comments as $comment) { } ?> - - + 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") ) :