Changeset 16836
- Timestamp:
- 12/09/2010 02:16:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r16617 r16836 291 291 echo "<tr id='comment-$comment->comment_ID' class='$the_comment_status'>"; 292 292 echo $this->single_row_columns( $comment ); 293 echo "</tr> \n";293 echo "</tr>"; 294 294 } 295 295
Note: See TracChangeset
for help on using the changeset viewer.