Always display the table, with a placeholder row when there are no items. Fixes #15849

git-svn-id: https://develop.svn.wordpress.org/trunk@17002 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-12-16 19:05:14 +00:00
parent de072fe02a
commit 96e692baed
8 changed files with 41 additions and 39 deletions
@@ -253,7 +253,7 @@ class WP_Comments_List_Table extends WP_List_Table {
);
}
function display_table() {
function display() {
extract( $this->_args );
$this->display_tablenav( 'top' );