Changeset 15630 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 09/18/2010 05:46:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r15590 r15630 460 460 461 461 wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); 462 add_filter('manage_edit-comments_columns', 'post_comment_meta_box_thead', 8, 1); 463 add_filter('manage_edit-comments_sortable_columns', '__return_empty_array', 8); 464 465 $wp_list_table = get_list_table('comments'); 462 463 $wp_list_table = get_list_table('post-comments'); 466 464 ?> 467 465 … … 479 477 <?php 480 478 } 481 remove_filter('manage_edit-comments_columns', 'post_comment_meta_box_thead');482 479 wp_comment_trashnotice(); 483 480 }
Note: See TracChangeset
for help on using the changeset viewer.