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:
parent
6d510588aa
commit
5b221368ad
@ -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
Block a user