﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
15016	Split wp_filter_object_list() in two	scribu		"The wp_filter_object_list() is actually two distinct operations merged into one.

It would be better if each operation was split into it's own utility function:

{{{
wp_list_filter() - filter a list of objects

wp_list_pluck() - pluck a field out of each object in a list
}}}
"	enhancement	closed	normal	3.1	General		normal	fixed	has-patch	
