[wp-trac] [WordPress Trac] #23157: Custom header in twenty twelve theme not pluggable/filterable

WordPress Trac noreply at wordpress.org
Wed Jan 9 17:33:14 UTC 2013


#23157: Custom header in twenty twelve theme not pluggable/filterable
-----------------------------+---------------------------
 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 twentytwelve_header_style()
 }}}

 to


 {{{
 if ( ! function_exists( 'function twentytwelve_header_style' ) ) :
 function twentytwelve_header_style()
 ...
 }}}

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


More information about the wp-trac mailing list