Changeset 6277 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/19/2007 06:39:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r6213 r6277 106 106 $i = 0; 107 107 foreach ( $comments as $comment ) { 108 get_comment( $comment ); // Cache it109 108 _wp_comment_list_item( $comment->comment_ID, ++$i ); 110 109 }
Note: See TracChangeset
for help on using the changeset viewer.