Ticket #5155: 5155.diff
File 5155.diff, 485 bytes (added by , 17 years ago) |
---|
-
wp-includes/category-template.php
321 321 return; 322 322 323 323 $return = wp_generate_tag_cloud( $tags, $args ); // Here's where those top tags get sorted according to $args 324 325 if ( $args['format'] == 'array') 326 return $return; 327 324 328 if ( is_wp_error( $return ) ) 325 329 return false; 326 330 else