Center ID and comments, fixes #3404
git-svn-id: https://develop.svn.wordpress.org/trunk@4541 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
89da054b7b
commit
8d8d1f8ba4
@ -127,11 +127,11 @@ if ( count($arc_result) ) { ?>
|
||||
<?php
|
||||
// define the columns to display, the syntax is 'internal name' => 'display name'
|
||||
$posts_columns = array(
|
||||
'id' => __('ID'),
|
||||
'id' => '<div style="text-align: center">' . __('ID') . '</div>',
|
||||
'date' => __('When'),
|
||||
'title' => __('Title'),
|
||||
'categories' => __('Categories'),
|
||||
'comments' => __('Comments'),
|
||||
'comments' => '<div style="text-align: center">' . __('Comments') . '</div>',
|
||||
'author' => __('Author')
|
||||
);
|
||||
$posts_columns = apply_filters('manage_posts_columns', $posts_columns);
|
||||
|
Loading…
Reference in New Issue
Block a user