[wp-hackers] Categories in reverse order / found what

Dino Termini dino at duechiacchiere.it
Wed May 16 16:31:35 GMT 2007


Hi again, digging into the source code, I found what is making the_category() display things in a wrong way (for me, at least):

 if ( !empty($categories) )
	usort($categories, '_get_the_category_usort');

in wp-includes/category-template.php row 76. Commenting the usort call, everything is fine. Could you please help me?

Thanks.

-- 
due chiacchiere <http://feeds.feedburner.com/duechiacchiere>


More information about the wp-hackers mailing list