From 81aab2897bcace3eb5dd658c0cccc07eae84f835 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 6 Nov 2005 03:15:43 +0000 Subject: [PATCH] Remove extraneous whitespace from wp_list_pages() output. Props: error fixes #1838 git-svn-id: http://svn.automattic.com/wordpress/trunk@2991 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index 1f76b034b1..13ee081e60 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -419,7 +419,6 @@ function _page_level_out($parent, $page_tree, $args, $depth = 0, $echo = true) { $format = $args['date_format']; $output .= " " . mysql2date($format, $cur_page['ts']); } - $output .= "\n"; if ( isset($cur_page['children']) && is_array($cur_page['children']) ) { $new_depth = $depth + 1;