﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
4621	Error in wp_generate_tag_cloud when using DESC order	bgracewood	anonymous	"In wp_generate_tag_cloud within category_template.php we have:

if ( 'DESC' == $order )
  $counts = array_reverse( $tag_counts, true );

$tag_counts is incorrect.  This should read

if ( 'DESC' == $order )
  $counts = array_reverse( $counts, true );


"	defect (bug)	closed	normal	2.3	General		normal	fixed		
