From 94e36009c74f37323bea1c726abdebf9d5892ead Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 25 Nov 2010 18:45:28 +0000 Subject: [PATCH] Make comment content column unsortable. See #15580 git-svn-id: http://svn.automattic.com/wordpress/trunk@16588 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-comments-list-table.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 797936386c..fc7a25a656 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -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' ); }