From b3b39cc60862fd053b4820e15937068d598294b0 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 4 Jul 2006 19:24:41 +0000 Subject: [PATCH] Relocate /div. git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3955 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/index.php b/wp-admin/index.php index 0f5e557cb0..a951efd863 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -55,9 +55,9 @@ foreach ($comments as $comment) { } ?> - - + + 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") ) :