Revert [16182] for comments table. See#14579

git-svn-id: http://svn.automattic.com/wordpress/trunk@16192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-11-04 20:04:31 +00:00
parent b581a43b30
commit 94339af889
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class WP_Comments_List_Table extends WP_List_Table {
add_filter( 'comment_author', 'floated_admin_avatar' );
parent::WP_List_Table( array(
'screen' => 'edit-comments',
'plural' => 'comments'
) );
}