Make WordPress Core


Ignore:
Timestamp:
09/15/2007 04:48:29 PM (17 years ago)
Author:
matt
Message:

Incorrect cache group was causing terms never to get cached.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.