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
This commit is contained in:
scribu 2010-12-09 14:16:35 +00:00
parent bac58b8e62
commit a3c3dc3273
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {