Remove obsolete code from `WP_Users_List_Table::get_sortable_columns().

Sorting by post count was disabled in [17024].

Props jdgrimes.
See #15861.

git-svn-id: https://develop.svn.wordpress.org/trunk@35110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-10-13 02:24:12 +00:00
parent e654f82ce5
commit d884c65485
1 changed files with 0 additions and 3 deletions

View File

@ -333,9 +333,6 @@ class WP_Users_List_Table extends WP_List_Table {
'email' => 'email',
);
if ( $this->is_site_users )
unset( $c['posts'] );
return $c;
}