Selectively reset list-table forms rather than all forms to avoid stompage. Props koopersmith. fixes #16098

git-svn-id: http://svn.automattic.com/wordpress/trunk@17239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2011-01-07 20:52:42 +00:00
parent e7890765b7
commit 536564b8ff
4 changed files with 18 additions and 6 deletions

View File

@@ -688,7 +688,7 @@ class WP_List_Table {
$this->display_tablenav( 'top' );
?>
<table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
<table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
<thead>
<tr>
<?php $this->print_column_headers(); ?>