wpdt_list_links('catsorderby=ID&useicons=0&uselines=0&oclinks=0&sortby=ID');
the above produces a tree where the link categories are sorted by ID, as expected. but the children in each category are sorted by name, despite the "sortby=ID".
I've tried replacing "sortby=ID" with "orderby=ID", "order=ID", "sort_column=ID" all to no avail, the children of the link categories are still all sorted by name.
any help with this would be much appreciated.