Changeset 7098 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 02/28/2008 10:12:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r7083 r7098 192 192 <?php 193 193 foreach ($comments as $comment) 194 _wp_comment_row( $comment->comment_ID, $mode );194 _wp_comment_row( $comment->comment_ID, $mode, $comment_status ); 195 195 ?> 196 196 </tbody> … … 198 198 <?php 199 199 foreach ($extra_comments as $comment) 200 _wp_comment_row( $comment->comment_ID, $mode );200 _wp_comment_row( $comment->comment_ID, $mode, $comment_status ); 201 201 ?> 202 202 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.