Make WordPress Core


Ignore:
Timestamp:
11/06/2005 03:15:43 AM (20 years ago)
Author:
ryan
Message:

Remove extraneous whitespace from wp_list_pages() output. Props: error fixes #1838

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-post.php

    r2958 r2991  
    420420            $output .= " " . mysql2date($format, $cur_page['ts']);
    421421        }
    422         $output .= "\n";
    423422
    424423        if ( isset($cur_page['children']) && is_array($cur_page['children']) ) {
Note: See TracChangeset for help on using the changeset viewer.