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

zorac’s picture

Version: master » 4.7.x-1.x-dev
Assigned: Unassigned » zorac
zorac’s picture

Status: Active » Fixed

done.

Anonymous’s picture

Status: Fixed » Closed (fixed)