From 5118aa7b7d0ce03392c950206f7d2813587c9804 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 21 Dec 2007 22:24:04 +0000 Subject: [PATCH] pre flight commit, BOOM. hat tip: rboren. git-svn-id: http://svn.automattic.com/wordpress/trunk@6462 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/index.php b/wp-admin/index.php index 5e27052cd7..aa8018f258 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -28,7 +28,7 @@ $today = current_time('mysql', 1);

-

+

get_var( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_type = 'post' AND post_status = 'publish'" );