Make comment content column unsortable. See #15580
git-svn-id: http://svn.automattic.com/wordpress/trunk@16588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fe18b7024f
commit
94e36009c7
|
@ -251,7 +251,6 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
function get_sortable_columns() {
|
||||
return array(
|
||||
'author' => 'comment_author',
|
||||
'comment' => 'comment_content',
|
||||
'response' => 'comment_post_ID'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue