From 9415bbca12c01c39da58e0ed2c4e6b44ff833e5d Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 30 Nov 2006 18:54:22 +0000 Subject: WP Merge to 4559 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@816 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-admin/edit.php') diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 395bc6b..529ca15 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); -- cgit