[wp-trac] [WordPress Trac] #15313: Allow wp_tag_cloud() to accept an array of taxonomies
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 4 10:20:52 UTC 2010
#15313: Allow wp_tag_cloud() to accept an array of taxonomies
-------------------------+--------------------------------------------------
Reporter: sorich87 | Owner: sorich87
Type: enhancement | Status: accepted
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 3.1
Severity: normal | Keywords: has-patch
-------------------------+--------------------------------------------------
Changes (by sorich87):
* keywords: has-patch reporter-feedback => has-patch
Comment:
The following code will produce the error:
{{{
$args = array(
'taxonomy' => array( 'category', 'post_tag' )
);
wp_tag_cloud( $args );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15313#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list