From a3c3dc32732a86ab3db6397eb7df662f2c681d81 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: https://develop.svn.wordpress.org/trunk@16836 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ) {