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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-10-25 02:57:43 +00:00
parent f448471380
commit 6f20df8a51
15 changed files with 3437 additions and 3290 deletions

View File

@@ -461,7 +461,7 @@ function post_comment_meta_box($post) {
wp_nonce_field( 'get-comments', 'add_comment_nonce', false );
$wp_list_table = get_list_table('post-comments');
$wp_list_table = get_list_table('WP_Post_Comments_Table');
?>
<table class="widefat comments-box fixed" cellspacing="0" style="display:none;">