﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11415,"categories get memcached, but tags do not",Denis-de-Bernardy,filosofo,"over in wp_query, it seems that:


{{{
$reqcat = get_category_by_path($q['category_name']);

}}}

gets filled into memcached, because of:


{{{
$categories = get_terms( 'category', ""get=all&slug=$leaf_path"" );

}}}

on the tags' end, though, (or other taximonies, I would assume) there is no equivalent.",enhancement,closed,normal,,Taxonomy,2.9,normal,wontfix,,
