Changeset 7098 for trunk/wp-admin/edit.php
- Timestamp:
- 02/28/2008 10:12:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r7082 r7098 213 213 <?php 214 214 foreach ($comments as $comment) 215 _wp_comment_row( $comment->comment_ID, 'detail', false );215 _wp_comment_row( $comment->comment_ID, 'detail', false, false ); 216 216 ?> 217 217 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.