Make WordPress Core


Ignore:
Timestamp:
05/09/2007 08:12:54 AM (18 years ago)
Author:
matt
Message:

Don't forget to center this cell as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r5226 r5416  
    157157?>
    158158  <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>
    160160    <td><?php comment_author_link() ?></td>
    161161    <td><?php comment_author_email_link() ?></td>
Note: See TracChangeset for help on using the changeset viewer.