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:
westi
2010-11-04 08:07:03 +00:00
parent 17fbb0e123
commit 5e90c5d1c3
30 changed files with 65 additions and 65 deletions

View File

@@ -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;">