Make WordPress Core

Changeset 15502


Ignore:
Timestamp:
08/17/2010 09:55:42 PM (16 years ago)
Author:
scribu
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/default-list-tables.php

    r15501 r15502  
    20822082                }
    20832083?>
    2084                 </div>
    20852084<?php
    20862085                do_action( 'manage_comments_nav', $comment_status );
     2086                echo '</div>';
    20872087        }
    20882088
Note: See TracChangeset for help on using the changeset viewer.