From 1a078f252a6f9ee540ce96918093ce2dc5ad3862 Mon Sep 17 00:00:00 2001 From: scribu Date: Wed, 18 Aug 2010 16:41:58 +0000 Subject: [PATCH] correct post id in comments_bubble() git-svn-id: https://develop.svn.wordpress.org/trunk@15505 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/list-table.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/list-table.php b/wp-admin/includes/list-table.php index d4c3286b5e..ce681c8346 100644 --- a/wp-admin/includes/list-table.php +++ b/wp-admin/includes/list-table.php @@ -268,8 +268,8 @@ class WP_List_Table { '; - $link = "%s"; + $link = "%s"; comments_number( sprintf( $link, /* translators: comment count link */ _x( '0', 'comment count' ) ),