﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
12372	Remove Archaic get_children() reference returns	filosofo	filosofo	"It appears from r03321 that the children objects variable returned by `get_children` originally was meant to be bound by reference to the posts object cache.

However, currently `get_children` passes its objects to `update_post_cache` which in turn iterates over them ''not by reference'' with `wp_cache_add`.  So the reference is no longer to the cache.

Besides, aside from the new twentyten theme, nowhere else in core does a variable get bound to that returned by `get_children`.  So patch removes `get_children`'s reference syntax."	defect (bug)	closed	normal	3.1	General	3.0	normal	fixed	has-patch	miqrogroove@…
