﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
5726,Random order argument/Hook in wp_tag_cloud(),fitztrev,anonymous,"[http://codex.wordpress.org/Template_Tags/wp_tag_cloud wp_tag_cloud] currently accepts 2 'order' arguments: DESC & ASC.

This patch adds 'RAND' capabilities to randomize the order of the tag cloud or list.

Can prevent large font face tags from being next to each other when the user doesn't necessarily want to sort the tags alphabetically.

Usage:

`<?php wp_tag_cloud('order=RAND'); ?>`",enhancement,closed,normal,2.5,General,,normal,fixed,has-patch,
