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:
parent
f2614ac277
commit
d67b806cf4
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue