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
This commit is contained in:
parent
04e5dde292
commit
81aab2897b
|
@ -419,7 +419,6 @@ function _page_level_out($parent, $page_tree, $args, $depth = 0, $echo = true) {
|
||||||
$format = $args['date_format'];
|
$format = $args['date_format'];
|
||||||
$output .= " " . mysql2date($format, $cur_page['ts']);
|
$output .= " " . mysql2date($format, $cur_page['ts']);
|
||||||
}
|
}
|
||||||
$output .= "\n";
|
|
||||||
|
|
||||||
if ( isset($cur_page['children']) && is_array($cur_page['children']) ) {
|
if ( isset($cur_page['children']) && is_array($cur_page['children']) ) {
|
||||||
$new_depth = $depth + 1;
|
$new_depth = $depth + 1;
|
||||||
|
|
Loading…
Reference in New Issue