[wp-trac] [WordPress Trac] #17996: Twentyeleven: maybe forgot inclusion of different post formats template?

WordPress Trac wp-trac at lists.automattic.com
Tue Jul 5 15:13:10 UTC 2011


#17996: Twentyeleven: maybe forgot inclusion of different post formats template?
--------------------------+-----------------------------
 Reporter:  SGr33n        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  3.2
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------------
 From single.php Line 23:

 {{{

                                         <?php get_template_part(
 'content', 'single' ); ?>
 }}}

 To:


 {{{
                                         <?php get_template_part(
 'content', get_post_format() ); ?>
 }}}

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


More information about the wp-trac mailing list