Forums
(@hwojtek)
17 years, 10 months ago
I’ve solved this problem by editing the /wp-includes/bookmark-template.php file in line 213. Original code is:
$order = strtolower($order);
change it to:
$order = 'id';
This works for me. Your mileage may vary.