diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index b34118a262..04480bc616 100644
--- a/src/wp-admin/css/common.css
+++ b/src/wp-admin/css/common.css
@@ -1631,7 +1631,6 @@ html.wp-toolbar {
.widefat th,
.widefat td {
- overflow: hidden;
color: #555;
}
diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css
index 53d34244bb..09514f3b41 100644
--- a/src/wp-admin/css/list-tables.css
+++ b/src/wp-admin/css/list-tables.css
@@ -475,17 +475,6 @@ th.sorted a {
padding: 7px 7px 8px 10px;
}
-th.manage-column a,
-th.sortable a:hover,
-th.sortable a:active,
-th.sortable a:focus {
- color: #32373c;
-}
-
-th.sortable a:focus {
- background: #e1e1e1;
-}
-
.fixed .column-comments.sortable a,
.fixed .column-comments.sorted a {
padding: 8px 0;
diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php
index 4b05abee0f..f648063e11 100644
--- a/src/wp-admin/includes/class-wp-comments-list-table.php
+++ b/src/wp-admin/includes/class-wp-comments-list-table.php
@@ -336,12 +336,6 @@ class WP_Comments_List_Table extends WP_List_Table {
-
-
- print_column_headers( false ); ?>
-
-
-
@@ -349,6 +343,13 @@ class WP_Comments_List_Table extends WP_List_Table {
+
+
+
+ print_column_headers( false ); ?>
+
+
+
-
-
- print_column_headers( false ); ?>
-
-
-
>
display_rows_or_placeholder(); ?>
+
+
+
+ print_column_headers( false ); ?>
+
+
+
display_tablenav( 'bottom' );
diff --git a/src/wp-admin/includes/class-wp-posts-list-table.php b/src/wp-admin/includes/class-wp-posts-list-table.php
index 8a0f6d29a4..353252cb45 100644
--- a/src/wp-admin/includes/class-wp-posts-list-table.php
+++ b/src/wp-admin/includes/class-wp-posts-list-table.php
@@ -335,7 +335,7 @@ class WP_Posts_List_Table extends WP_List_Table {
$post_status = !empty( $_REQUEST['post_status'] ) ? $_REQUEST['post_status'] : 'all';
if ( post_type_supports( $post_type, 'comments' ) && !in_array( $post_status, array( 'pending', 'draft', 'future' ) ) )
- $posts_columns['comments'] = '';
+ $posts_columns['comments'] = '';
$posts_columns['date'] = __( 'Date' );
diff --git a/src/wp-admin/nav-menus.php b/src/wp-admin/nav-menus.php
index 312ab91a52..4c04d6b7de 100644
--- a/src/wp-admin/nav-menus.php
+++ b/src/wp-admin/nav-menus.php
@@ -573,12 +573,6 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
-
-
- |
- |
-
-
$plugin_data) {
@@ -282,6 +276,13 @@ function list_plugin_updates() {
}
?>
+
+
+
+ |
+ |
+
+
@@ -313,12 +314,6 @@ function list_theme_updates() {
-
-
- |
- |
-
-
$theme ) {
@@ -330,6 +325,13 @@ function list_theme_updates() {
}
?>
+
+
+
+ |
+ |
+
+