Opened 19 years ago
Closed 19 years ago
#4522 closed defect (bug) (fixed)
Template: default broken
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.2.2 | Priority: | normal |
| Severity: | normal | Version: | 2.2.1 |
| Component: | Template | Keywords: | has-patch theme template linebreaks |
| Focuses: | Cc: |
Description
in 2.2.1, and all versions of newer than r5630, using template: to create stylesheet based themes is broken (i.e. http://codex.wordpress.org/Theme_Development#Theme_Style_Sheet )
every server configuration i've tried (WAMP, LAMP, PHP 5), others reporting the same problem.
diff that caused the issue:
http://trac.wordpress.org/changeset?old_path=trunk%2Fwp-includes%2Ftheme.php&old=5630&new_path=trunk%2Fwp-includes%2Ftheme.php&new=5747
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
It seems that there were line breaks introduced in
themes.phppost-r5620 that caused this problem.Also breaks in my configs as well, but r5630 works fine.