Changeset 15955 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 10/25/2010 02:57:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r15843 r15955 462 462 wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); 463 463 464 $wp_list_table = get_list_table(' post-comments');464 $wp_list_table = get_list_table('WP_Post_Comments_Table'); 465 465 ?> 466 466
Note: See TracChangeset
for help on using the changeset viewer.