--- category-template.php	2008-12-10 00:31:11.000000000 +0100
+++ category-template.php	2008-12-23 10:24:39.000000000 +0100
@@ -649,7 +649,7 @@
 	if ( 'name' == $orderby )
 		uasort( $tags, create_function('$a, $b', 'return strnatcasecmp($a->name, $b->name);') );
 	else
-		uasort( $tags, create_function('$a, $b', 'return ($a->count < $b->count);') );
+		uasort( $tags, create_function('$a, $b', 'return ($a->count > $b->count);') );
 
 	if ( 'DESC' == $order )
 		$tags = array_reverse( $tags, true );
