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

git-svn-id: https://develop.svn.wordpress.org/trunk@17239 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-01-07 20:52:42 +00:00
parent d1575abd76
commit d95ed80091
4 changed files with 18 additions and 6 deletions
+1 -1
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(); ?>