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") ) :