Make WordPress Core


Ignore:
Timestamp:
08/22/2010 11:22:46 AM (14 years ago)
Author:
scribu
Message:

replace $table with $wp_list_table. See #14651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r15497 r15519  
    464464
    465465    require_once( './includes/default-list-tables.php' );
    466     $table = new WP_Comments_Table;
     466    $wp_list_table = new WP_Comments_Table;
    467467?>
    468468
    469469<table class="widefat comments-box fixed" cellspacing="0" style="display:none;">
    470470<thead><tr>
    471     <?php $table->print_column_headers(); ?>
     471    <?php $wp_list_table->print_column_headers(); ?>
    472472</tr></thead>
    473473<tbody id="the-comment-list" class="list:comment"></tbody>
Note: See TracChangeset for help on using the changeset viewer.