[wp-trac] [WordPress Trac] #9015: New theme for 3.0 -- Twenty Ten

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 14 21:53:18 UTC 2010


#9015: New theme for 3.0 -- Twenty Ten
----------------------------+-----------------------------------------------
 Reporter:  dd32            |       Owner:     
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.0
Component:  Themes          |     Version:     
 Severity:  normal          |    Keywords:     
----------------------------+-----------------------------------------------

Comment(by sivel):

 With the most recent changesets we wrapped all of the functions in
 functions.php with function_exists.  Should we also move the add_filter
 and add_action calls inside of the function_exists checks?  That way the
 child theme would need to do the add_filter/action.  Or should we leave
 them for the parent theme to handle?

 Also we added a themes_loaded action that runs immediately after the
 themes have been included (functions.php).  We need to possibly run the
 whole twentyten_init function there or at least the add_theme_support,
 since init is too late for add_theme_support.

 Let me know what you think.

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


More information about the wp-trac mailing list