Revert [16171] and [16172] - The class names were fine as they were and the MultiSite classes stand out more with the original naming.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -488,7 +488,7 @@ function post_comment_meta_box($post) {
|
||||
|
||||
wp_nonce_field( 'get-comments', 'add_comment_nonce', false );
|
||||
|
||||
$wp_list_table = get_list_table('WP_List_Table_Post_Comments');
|
||||
$wp_list_table = get_list_table('WP_Post_Comments_List_Table');
|
||||
?>
|
||||
|
||||
<table class="widefat comments-box fixed" cellspacing="0" style="display:none;">
|
||||
|
||||
Reference in New Issue
Block a user