Opened 8 years ago
Closed 8 years ago
#713 closed defect (bug) (fixed)
wp-blog-header.php includes the wrong file when dealing with category templates
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | 1.5 |
| Severity: | major | Keywords: | |
| Cc: |
Description
The code in wp-blog-header for the template redirection checks to see if a file called /path/to/themes/category-something.php exists, but then proceeds to include /path/to/themes/categorysomething.php (note the absence of a dash in the second path).
The code I'm referring to starts at Line 240 on wp-blog-header.php.
Change History (2)
Note: See
TracTickets for help on using
tickets.
