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

    r25023 r25088  
    2323                                        the_post();
    2424
    25                                         twentyfourteen_get_template_part();
     25                                        get_template_part( 'content', get_post_format() );
    2626                                endwhile;
    2727                                twentyfourteen_paging_nav();
Note: See TracChangeset for help on using the changeset viewer.