Revert [16182] for comments table. See#14579

git-svn-id: https://develop.svn.wordpress.org/trunk@16192 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-04 20:04:31 +00:00
parent 6648c30823
commit ca6e0ce4f3
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'
) );
}