Changeset 5416 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 05/09/2007 08:12:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r5226 r5416 157 157 ?> 158 158 <tr id="comment-<?php echo $comment->comment_ID; ?>" class='<?php echo $class; ?>'> 159 <td ><?php if ( current_user_can('edit_post', $comment->comment_post_ID) ) { ?><input type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" /><?php } ?></td>159 <td style="text-align: center"><?php if ( current_user_can('edit_post', $comment->comment_post_ID) ) { ?><input type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" /><?php } ?></td> 160 160 <td><?php comment_author_link() ?></td> 161 161 <td><?php comment_author_email_link() ?></td>
Note: See TracChangeset
for help on using the changeset viewer.