[wp-trac] [WordPress Trac] #23156: twenty twelve custom header not pluggable/filterable by child themes

WordPress Trac noreply at wordpress.org
Wed Jan 9 17:29:24 UTC 2013


#23156: twenty twelve custom header not pluggable/filterable by child themes
-----------------------------+---------------------------
 Reporter:  adamrice         |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Bundled Theme
  Version:  3.5              |   Severity:  minor
 Keywords:                   |
-----------------------------+---------------------------
 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()
 ...
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23156>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list