Opened 4 months ago

Closed 4 months ago

Last modified 4 months ago

#23156 closed defect (bug) (invalid)

twenty twelve custom header not pluggable/filterable by child themes

Reported by: adamrice Owned by:
Priority: normal Milestone:
Component: Bundled Theme Version: 3.5
Severity: minor Keywords:
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)

  • Resolution set to invalid
  • Status changed from new to closed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.