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
This commit is contained in:
parent
4dfdd2e9b2
commit
ade9233305
@ -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 "<tr id='comment-$comment->comment_ID' class='$the_comment_class'>";
|
||||||
echo $this->single_row_columns( $comment );
|
echo $this->single_row_columns( $comment );
|
||||||
echo "</tr>";
|
echo "</tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
function column_cb( $comment ) {
|
function column_cb( $comment ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user