diff --git a/wp-admin/categories.php b/wp-admin/categories.php
index 8c1f52ffc9..41312ea5dd 100644
--- a/wp-admin/categories.php
+++ b/wp-admin/categories.php
@@ -146,7 +146,7 @@ $messages[5] = __('Category not updated.');
- |
+ |
|
|
|
diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css
index 660b86060d..292d7b04b9 100644
--- a/wp-admin/css/global.css
+++ b/wp-admin/css/global.css
@@ -73,6 +73,11 @@ textarea, input, select {
text-align: left;
}
+.widefat .check-column {
+ text-align: center;
+ width: 3%;
+}
+
.widefat thead, .thead { background: #464646; color: #d7d7d7; }
.wrap {
diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php
index 8804e2ddc2..60b7a42abb 100644
--- a/wp-admin/edit-link-categories.php
+++ b/wp-admin/edit-link-categories.php
@@ -94,7 +94,7 @@ if ( $page_links )
- |
+ |
|
|
|
diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php
index fde7c5eeb2..6c06332abc 100644
--- a/wp-admin/edit-post-rows.php
+++ b/wp-admin/edit-post-rows.php
@@ -33,7 +33,7 @@ foreach($posts_columns as $column_name=>$column_display_name) {
case 'cb':
?>
- |
+ |
- |
+ |
|
|
diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index a44f641d3f..ae4d6ee3fa 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -53,7 +53,7 @@ function _cat_row( $category, $level, $name_override = false ) {
$category->count = number_format_i18n( $category->count );
$posts_count = ( $category->count > 0 ) ? "$category->count" : $category->count;
$output = "
- |
+ |
$edit |
$category->description |
$posts_count | \n\t
\n";
@@ -81,7 +81,7 @@ function link_cat_row( $category ) {
$category->count = number_format_i18n( $category->count );
$count = ( $category->count > 0 ) ? "$category->count" : $category->count;
$output = "" .
- ' | ' .
+ ' | ' .
"$edit |
$category->description |
$count | ";
@@ -234,7 +234,7 @@ function _tag_row( $tag, $class = '' ) {
$out = '';
$out .= '
';
- $out .= ' | ';
+ $out .= ' | ';
$out .= '' .
apply_filters( 'term_name', $tag->name ) . ' | ';
@@ -368,7 +368,7 @@ foreach ($posts_columns as $column_name=>$column_display_name) {
case 'cb':
?>
- |
+ |
role_names[$role]);
$r = "
- |
+ |
$edit |
$user_object->first_name $user_object->last_name |
$email |
diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php
index 636731b44a..13958074c9 100644
--- a/wp-admin/link-manager.php
+++ b/wp-admin/link-manager.php
@@ -143,7 +143,7 @@ if ( $links ) {