Opened 21 years ago
Closed 21 years ago
#1465 closed defect (bug) (fixed)
Minor fix to _page_level_out()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | minor | Version: | 1.5.1.2 |
| Component: | General | Keywords: | echo newline bg|has-post bg|commit |
| Focuses: | Cc: |
Description
Line 395 of /wp-includes/template-functions-post.php uses echo rather than concatenating to $output, despite the function taking an argument to either echo or return the output, meaning several newlines get echoed regardless.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Fixed version of _page_level_out() function