Make WordPress Core


Ignore:
Timestamp:
11/14/2013 04:49:19 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: simplify and prefix post thumbnail sizes, props obenland. See #25946.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php

    r26047 r26152  
    1414        if ( has_post_thumbnail() ) :
    1515            if ( 'grid' == get_theme_mod( 'featured_content_layout' ) )
    16                 the_post_thumbnail( 'post-thumbnail' );
     16                the_post_thumbnail();
    1717            else
    18                 the_post_thumbnail( 'post-thumbnail-full-width' );
     18                the_post_thumbnail( 'twentyfourteen-full-width' );
    1919        endif;
    2020    ?>
Note: See TracChangeset for help on using the changeset viewer.