- Timestamp:
- 04/29/2013 01:10:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r23563 r24123 316 316 317 317 echo "<tr id='comment-$comment->comment_ID' class='$the_comment_class'>"; 318 echo$this->single_row_columns( $comment );318 $this->single_row_columns( $comment ); 319 319 echo "</tr>\n"; 320 320 }
Note: See TracChangeset
for help on using the changeset viewer.