Remove all "valign" attributes from tables in wp-admin, props MikeHansenMe, Marventus. Fixes #22712.

Built from https://develop.svn.wordpress.org/trunk@27029


git-svn-id: http://core.svn.wordpress.org/trunk@26905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-01-24 19:06:15 +00:00
parent 2d9bf68585
commit eb1d21d782
19 changed files with 111 additions and 113 deletions

View File

@@ -114,7 +114,7 @@ class WP_Links_List_Table extends WP_List_Table {
$edit_link = get_edit_bookmark_link( $link );
?>
<tr id="link-<?php echo $link->link_id; ?>" valign="middle" <?php echo $style; ?>>
<tr id="link-<?php echo $link->link_id; ?>" <?php echo $style; ?>>
<?php
list( $columns, $hidden ) = $this->get_column_info();