Page walk fixes from hailin. fixes #5581

git-svn-id: https://develop.svn.wordpress.org/trunk@6552 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-01-04 19:55:17 +00:00
parent 791a7d7191
commit 153ce1be0d
2 changed files with 9 additions and 1 deletions

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;
}
}