From 14abe7184133d2f020ca69a148caafccf89edd77 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 4 Jul 2006 19:24:00 +0000 Subject: [PATCH] Relocate /div. git-svn-id: http://svn.automattic.com/wordpress/trunk@3954 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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") ) :