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:
parent
b581a43b30
commit
94339af889
|
@ -30,6 +30,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||||
add_filter( 'comment_author', 'floated_admin_avatar' );
|
add_filter( 'comment_author', 'floated_admin_avatar' );
|
||||||
|
|
||||||
parent::WP_List_Table( array(
|
parent::WP_List_Table( array(
|
||||||
|
'screen' => 'edit-comments',
|
||||||
'plural' => 'comments'
|
'plural' => 'comments'
|
||||||
) );
|
) );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue