From 3bf4bab66ae9d662ebe0a3a4184fa00057419644 Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 9 Dec 2010 14:16:35 +0000 Subject: [PATCH] Fix strange JS error when trashing a comment. Props greuben. Fixes #15746 git-svn-id: http://svn.automattic.com/wordpress/trunk@16836 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-comments-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 39a584e5cf..32b94ebdf8 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -290,7 +290,7 @@ class WP_Comments_List_Table extends WP_List_Table { echo ""; echo $this->single_row_columns( $comment ); - echo "\n"; + echo ""; } function column_cb( $comment ) {