summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit-comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/edit-comments.php')
-rw-r--r--wp-admin/edit-comments.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index 8f4c24c..eb3c102 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -155,12 +155,12 @@ $post_title = ('' == $post_title) ? "# $comment->comment_post_ID" : $post_title;
echo '<table class="widefat">
<thead>
<tr>
- <th scope="col"><input type="checkbox" onclick="checkAll(document.getElementById(\'deletecomments\'));" /></th>
- <th scope="col" style="text-align: left">' . __('Name') . '</th>
- <th scope="col" style="text-align: left">' . __('E-mail') . '</th>
- <th scope="col" style="text-align: left">' . __('IP') . '</th>
- <th scope="col" style="text-align: left">' . __('Comment Excerpt') . '</th>
- <th scope="col" colspan="3">' . __('Actions') . '</th>
+ <th scope="col" style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById(\'deletecomments\'));" /></th>
+ <th scope="col">' . __('Name') . '</th>
+ <th scope="col">' . __('E-mail') . '</th>
+ <th scope="col">' . __('IP') . '</th>
+ <th scope="col">' . __('Comment Excerpt') . '</th>
+ <th scope="col" colspan="3" style="text-align: center">' . __('Actions') . '</th>
</tr>
</thead>';
foreach ($comments as $comment) {