Remove one more valign, props neoxx, fixes #22712.
Built from https://develop.svn.wordpress.org/trunk@27037 git-svn-id: http://core.svn.wordpress.org/trunk@26913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
87589dd445
commit
ced6e2a428
|
@ -499,7 +499,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$classes .= ' level-0';
|
||||
}
|
||||
?>
|
||||
<tr id="post-<?php echo $post->ID; ?>" class="<?php echo implode( ' ', get_post_class( $classes, $post->ID ) ); ?>" valign="top">
|
||||
<tr id="post-<?php echo $post->ID; ?>" class="<?php echo implode( ' ', get_post_class( $classes, $post->ID ) ); ?>">
|
||||
<?php
|
||||
|
||||
list( $columns, $hidden ) = $this->get_column_info();
|
||||
|
|
Loading…
Reference in New Issue