Changeset 6824
- Timestamp:
- 02/13/08 19:12:46 (7 months ago)
- Files:
-
- trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category-template.php
r6693 r6824 375 375 if ( 'DESC' == $order ) 376 376 $counts = array_reverse( $counts, true ); 377 elseif ( 'RAND' == $order ) { 378 $keys = array_rand( $counts, count($counts) ); 379 foreach ( $keys as $key ) 380 $temp[$key] = $counts[$key]; 381 $counts = $temp; 382 unset($temp); 383 } 377 384 378 385 $a = array();
