Changeset 15497 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 08/12/2010 11:58:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r15490 r15497 461 461 wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); 462 462 add_filter('manage_edit-comments_columns', 'post_comment_meta_box_thead', 8, 1); 463 add_filter('manage_edit-comments_sortable_columns', create_function('', 'return array();'), 8); 464 465 require_once( './includes/default-list-tables.php' ); 466 $table = new WP_Comments_Table; 463 467 ?> 464 468 465 469 <table class="widefat comments-box fixed" cellspacing="0" style="display:none;"> 466 470 <thead><tr> 467 <?php print_column_headers('edit-comments'); ?>471 <?php $table->print_column_headers(); ?> 468 472 </tr></thead> 469 473 <tbody id="the-comment-list" class="list:comment"></tbody>
Note: See TracChangeset
for help on using the changeset viewer.