From ade92333055d1cddc66f15211a4f4a7abd6d5a79 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 24 Aug 2011 11:13:33 +0000 Subject: [PATCH] End each row with a new line to make the raw HTML easier to read. git-svn-id: https://develop.svn.wordpress.org/trunk@18595 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 27380c82e1..acb1d2395c 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -313,7 +313,7 @@ class WP_Comments_List_Table extends WP_List_Table { echo ""; echo $this->single_row_columns( $comment ); - echo ""; + echo "\n"; } function column_cb( $comment ) {