[wp-trac] [WordPress Trac] #13318: Bug caching get_terms

WordPress Trac wp-trac at lists.automattic.com
Mon May 10 10:35:25 UTC 2010


#13318: Bug caching get_terms
--------------------------+-------------------------------------------------
 Reporter:  djudorange    |       Owner:           
     Type:  defect (bug)  |      Status:  new      
 Priority:  normal        |   Milestone:  3.0      
Component:  Taxonomy      |     Version:           
 Severity:  normal        |    Keywords:  has-patch
--------------------------+-------------------------------------------------
 I need to use two wp_list_categories with different params which I'll use
 in filter:

 <?php wp_list_categories( array('cible' => 'homme' ) )?>
 <?php wp_list_categories( array('cible' => 'trendy' ) )?>

 But in taxonomy.php, the function get_terms, the cache work over $default
 instead of $args.
 So, the function wp_list_categories return the same result.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13318>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list