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
This commit is contained in:
parent
fe12d85623
commit
3bf4bab66a
|
@ -290,7 +290,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
|
||||
echo "<tr id='comment-$comment->comment_ID' class='$the_comment_status'>";
|
||||
echo $this->single_row_columns( $comment );
|
||||
echo "</tr>\n";
|
||||
echo "</tr>";
|
||||
}
|
||||
|
||||
function column_cb( $comment ) {
|
||||
|
|
Loading…
Reference in New Issue