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:
scribu 2010-11-25 18:45:28 +00:00
parent fe18b7024f
commit 94e36009c7
1 changed files with 0 additions and 1 deletions

View File

@ -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'
);
}