Make date columns first sort in descending order. See #15580

git-svn-id: http://svn.automattic.com/wordpress/trunk@16593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-11-26 02:03:02 +00:00
parent 00ef2437c5
commit 3014920524
8 changed files with 73 additions and 40 deletions
@@ -161,7 +161,7 @@ class WP_Media_List_Table extends WP_List_Table {
'author' => 'author',
'parent' => 'parent',
'comments' => 'comment_count',
'date' => 'date',
'date' => array( 'date', true ),
);
}