From 128ee4de8adac617ce4541ee991f8a5056a46159 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 14 Feb 2005 07:09:51 +0000 Subject: [PATCH] http://mosquito.wordpress.org/view.php?id=871 git-svn-id: https://develop.svn.wordpress.org/trunk@2330 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/template-functions-post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index 4d40d3a7dd..6e5a21da38 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -394,13 +394,13 @@ function _page_level_out($parent, $page_tree, $args, $depth = 0) { echo "\n"; if(isset($cur_page['children']) && is_array($cur_page['children'])) { - echo "$indent\n"; } echo "$indent\n"; }