mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Make 'registered' column sort by site id. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@16289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0027abcb1a
commit
456b6cf6ed
@ -151,10 +151,9 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||
|
||||
function get_sortable_columns() {
|
||||
return array(
|
||||
'id' => 'id',
|
||||
'blogname' => 'blogname',
|
||||
'lastupdated' => 'lastupdated',
|
||||
'registered' => 'registered',
|
||||
'registered' => 'id',
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user