Page walk fixes from hailin. fixes #5581

git-svn-id: http://svn.automattic.com/wordpress/trunk@6552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-01-04 19:55:17 +00:00
parent 1ae1811dd0
commit 91586ebff4
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ class Walker {
array_splice( $children_elements, $i, 1 );
$output = $this->display_element( $child, $children_elements, $max_depth, $depth + 1, $args, $output );
$i--;
$i = -1;
}
}