Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2011
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.57 KB | None | 0 0
  1. Index: class-wp-comments-list-table.php
  2. ===================================================================
  3. --- class-wp-comments-list-table.php    (revision 18581)
  4. +++ class-wp-comments-list-table.php    (working copy)
  5. @@ -311,7 +311,9 @@
  6.  
  7.         $this->user_can = current_user_can( 'edit_comment', $comment->comment_ID );
  8.  
  9. -       echo "<tr id='comment-$comment->comment_ID' class='$the_comment_status'>";
  10. +       echo "<tr id='comment-$comment->comment_ID' ";
  11. +       comment_class( $the_comment_status );
  12. +       echo "'>";
  13.         echo $this->single_row_columns( $comment );
  14.         echo "</tr>";
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement