diff --git a/wp-admin/edit.php b/wp-admin/edit.php
index 395bc6b0e5..529ca15d9c 100644
--- a/wp-admin/edit.php
+++ b/wp-admin/edit.php
@@ -127,11 +127,11 @@ if ( count($arc_result) ) { ?>
'display name'
$posts_columns = array(
- 'id' => __('ID'),
+ 'id' => '
' . __('ID') . '
',
'date' => __('When'),
'title' => __('Title'),
'categories' => __('Categories'),
- 'comments' => __('Comments'),
+ 'comments' => '' . __('Comments') . '
',
'author' => __('Author')
);
$posts_columns = apply_filters('manage_posts_columns', $posts_columns);