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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-08-17 21:55:42 +00:00
parent f2614ac277
commit d67b806cf4
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() {