﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
7688	get_children not working	security_man	anonymous	"in version 2.6 get children is not acting the same as 2.5.1

<?php
$mykids = get_children(""orderby=menu_order&post_parent=19"");
if($mykids):
foreach($mykids as $post) :  ?>

$mykids is totally empty and page 19 has children that are showing up as such in the raw $post array"	defect (bug)	closed	normal		General	2.6	normal	duplicate	needs-patch needs-unit-tests	
