- fixed tag cloud
This commit is contained in:
+3
-3
@@ -1438,11 +1438,11 @@ function print_tag_cloud($tagcloud, $shuffle=true, $max_size=180, $min_size=80)
|
||||
return;
|
||||
}
|
||||
|
||||
sort($tagcloud);
|
||||
|
||||
if ( $shuffle ) {
|
||||
shuffle($tagcloud);
|
||||
}
|
||||
|
||||
sort($tagcloud);
|
||||
}
|
||||
|
||||
$count = array();
|
||||
foreach ($tagcloud as $key => $value){
|
||||
|
||||
Reference in New Issue
Block a user