Make WordPress Core


Ignore:
Timestamp:
10/25/2010 02:57:43 AM (14 years ago)
Author:
nacin
Message:

Introduce require_list_table(), rework get_list_table() calls, split default-list-tables into individual files. see #14579.

File:
1 edited

Legend:

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

    r15843 r15955  
    462462    wp_nonce_field( 'get-comments', 'add_comment_nonce', false );
    463463
    464     $wp_list_table = get_list_table('post-comments');
     464    $wp_list_table = get_list_table('WP_Post_Comments_Table');
    465465?>
    466466
Note: See TracChangeset for help on using the changeset viewer.