#3048 closed defect (bug) (fixed)
stylesheet-only themes can't have a functions.php
Reported by: | skeltoac | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0.4 |
Component: | Template | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
Patch forthcoming...
Attachments (1)
Change History (7)
#1
@
18 years ago
- Component changed from Administration to Template
- Owner changed from anonymous to skeltoac
#4
@
18 years ago
functions.php isn't really a template, but rather a place to put theme-specific filters in there. Sometimes you can only do so much with CSS, e.g. if you want to do something like change the formatting for the_date() or the_time().
I'd +1 this, but -1 allowing actual parent templates to be overwritten.
Note: See
TracTickets for help on using
tickets.
Well, it's kinda like the other templates and we don't allow them to be overridden. Do we want to allow child themes to selectively override parent templates?