summaryrefslogtreecommitdiffstats
path: root/wp-admin/categories.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-27 14:25:06 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-27 14:25:06 +0000
commit975439ecc7163247a96d5feec3920a1602943b73 (patch)
tree081c264a6d1aba471ec320cca6f2cffc10297469 /wp-admin/categories.php
parent3504926f8687e7557e64c73bc668b90e5da64a76 (diff)
downloadwordpress-mu-975439ecc7163247a96d5feec3920a1602943b73.tar.gz
wordpress-mu-975439ecc7163247a96d5feec3920a1602943b73.tar.xz
wordpress-mu-975439ecc7163247a96d5feec3920a1602943b73.zip
WP Merge to rev 4258
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@774 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/categories.php')
-rw-r--r--wp-admin/categories.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/wp-admin/categories.php b/wp-admin/categories.php
index 2e3e559..58c0188 100644
--- a/wp-admin/categories.php
+++ b/wp-admin/categories.php
@@ -89,12 +89,12 @@ $messages[4] = __('Category not added.');
<table class="widefat">
<thead>
<tr>
- <th scope="col"><?php _e('ID') ?></th>
- <th scope="col" style="text-align: left"><?php _e('Name') ?></th>
- <th scope="col" style="text-align: left"><?php _e('Description') ?></th>
- <th scope="col" width="90"><?php _e('Posts') ?></th>
- <th scope="col" width="90"><?php _e('Bookmarks') ?></th>
- <th colspan="2"><?php _e('Action') ?></th>
+ <th scope="col" style="text-align: center"><?php _e('ID') ?></th>
+ <th scope="col"><?php _e('Name') ?></th>
+ <th scope="col"><?php _e('Description') ?></th>
+ <th scope="col" width="90" style="text-align: center"><?php _e('Posts') ?></th>
+ <th scope="col" width="90" style="text-align: center"><?php _e('Bookmarks') ?></th>
+ <th colspan="2" style="text-align: center"><?php _e('Action') ?></th>
</tr>
</thead>
<tbody id="the-list">