mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-04 12:29:22 +00:00
End each row with a new line to make the raw HTML easier to read.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6afa141b4e
commit
633f13ca72
@ -313,7 +313,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
|
||||
echo "<tr id='comment-$comment->comment_ID' class='$the_comment_class'>";
|
||||
echo $this->single_row_columns( $comment );
|
||||
echo "</tr>";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
||||
function column_cb( $comment ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user