Oh there’s an actual patch? I am currently editing it by hand: my file starting line 683 looks like this:
else if ( empty($_orderby) || ‘id’ == $_orderby )
$orderby = ‘t.term_id’;
else if ( ‘order’ == $_orderby )
$orderby = ‘t.term_order’;
used to work on 2.8.4 but nothing shows up on my sidebar with 2.8.5