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/single.php

    r25023 r25088  
    1515                                the_post();
    1616
    17                                 get_template_part( 'content', 'single' );
     17                                get_template_part( 'content', get_post_format() );
    1818
    1919                                twentyfourteen_post_nav();
Note: See TracChangeset for help on using the changeset viewer.