Make WordPress Core


Ignore:
Timestamp:
08/22/2013 05:02:34 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: Align post format handling with Twenty Thirteen. Props Frank Klein and obenland, see #24877.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/front-page.php

    r25069 r25088  
    2525                                                                the_post();
    2626
    27                                                                 twentyfourteen_get_template_part();
     27                                                                get_template_part( 'content', get_post_format() );
    2828
    2929                                                                comments_template();
Note: See TracChangeset for help on using the changeset viewer.