By default, the CVS trackback.module is meant to list trackbacks in reverse chronological order (most recent trackbacks first). However, there's a problem in the code which prevents this from happening:
In trackback_admin_table_header, change the line
$header[] = array('data' => '');
to
$header[] = array('data' => ' ');
and the default list order will work again.
Axel Bruns (snurb.info)
Comments
Comment #1
zorac commentedComment #2
zorac commenteddone.
Comment #3
(not verified) commented