[wp-trac] [WordPress Trac] #12998: Introduce is_child_theme()

WordPress Trac wp-trac at lists.automattic.com
Thu Apr 15 05:23:08 UTC 2010


#12998: Introduce is_child_theme()
-------------------------+--------------------------------------------------
 Reporter:  ptahdunbar   |       Owner:           
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  3.0      
Component:  Themes       |     Version:  3.0      
 Severity:  normal       |    Keywords:  has-patch
-------------------------+--------------------------------------------------
Changes (by aaroncampbell):

 * cc: aaron@… (added)


Comment:

 Couldn't this just be:
 {{{
 function is_child_theme() {
         return ( TEMPLATEPATH !== STYLESHEETPATH );
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12998#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list