﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
8214	get_terms should support term descriptions	AaronCampbell		"Right now you can't use `get_terms` to get terms based on description.  I think it should treat description just like name, so I added a `description__like` argument that works just like the `name__like` argument.  In my case, I wanted only terms that had a description, so I called it like this:
{{{
$args = array('description__like' => '_');
get_terms('post_tag', $args);
}}}"	enhancement	new	normal	Future Release	Taxonomy		normal		has-patch 2nd-opinion	kevinB aaroncampbell
