Changeset 15519 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 08/22/2010 11:22:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r15497 r15519 464 464 465 465 require_once( './includes/default-list-tables.php' ); 466 $ table = new WP_Comments_Table;466 $wp_list_table = new WP_Comments_Table; 467 467 ?> 468 468 469 469 <table class="widefat comments-box fixed" cellspacing="0" style="display:none;"> 470 470 <thead><tr> 471 <?php $ table->print_column_headers(); ?>471 <?php $wp_list_table->print_column_headers(); ?> 472 472 </tr></thead> 473 473 <tbody id="the-comment-list" class="list:comment"></tbody>
Note: See TracChangeset
for help on using the changeset viewer.