Changeset 6117

Show
Ignore:
Timestamp:
09/15/07 16:48:29 (1 year ago)
Author:
matt
Message:

Incorrect cache group was causing terms never to get cached.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/taxonomy.php

    r6092 r6117  
    613613 
    614614    $cache[ $key ] = $terms; 
    615     wp_cache_set( 'get_terms', $cache, 'term' ); 
     615    wp_cache_set( 'get_terms', $cache, 'terms' ); 
    616616 
    617617    $terms = apply_filters('get_terms', $terms, $taxonomies, $args);