#23156 closed defect (bug) (invalid)
twenty twelve custom header not pluggable/filterable by child themes
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 3.5 |
| Component: | Bundled Theme | Keywords: | |
| Focuses: | Cc: |
Description
Child themes cannot cleanly alter the header styling output from the twenty twelve theme in inc/custom-header.php
I propose a change from
function honyaku_header_style()
to
if ( ! function_exists( 'function honyaku_header_style' ) ) : function honyaku_header_style() ...
Change History (2)
Note: See
TracTickets for help on using
tickets.