WP_Comments_Table::extra_tablenav() - move the closing div back to it's original position. Fixes #14612. Props josephscott

git-svn-id: https://develop.svn.wordpress.org/trunk@15502 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-08-17 21:55:42 +00:00
parent 6d510588aa
commit 5b221368ad
1 changed files with 1 additions and 1 deletions

View File

@ -2081,9 +2081,9 @@ class WP_Comments_Table extends WP_List_Table {
<?php
}
?>
</div>
<?php
do_action( 'manage_comments_nav', $comment_status );
echo '</div>';
}
function get_columns() {