Remove not so useful author column sorting. Props scribu. fixes #17141

git-svn-id: http://core.svn.wordpress.org/trunk@21743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2012-09-04 20:57:18 +00:00
parent 999d31c237
commit f7a8369422

View File

@ -293,7 +293,6 @@ class WP_Posts_List_Table extends WP_List_Table {
function get_sortable_columns() {
return array(
'title' => 'title',
'author' => 'author',
'parent' => 'parent',
'comments' => 'comment_count',
'date' => array( 'date', true )