mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
999d31c237
commit
f7a8369422
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user