Define a primary column for WP_Post_Comments_List_Table.

props boonebgorges.
see #25408.


git-svn-id: https://develop.svn.wordpress.org/trunk@32651 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-05-29 15:51:11 +00:00
parent c8a44d437a
commit 923bffda98

View File

@ -699,6 +699,7 @@ class WP_Post_Comments_List_Table extends WP_Comments_List_Table {
),
array(),
array(),
'comment',
);
}