Make WordPress Core

Changeset 23848


Ignore:
Timestamp:
03/29/2013 05:24:12 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: simpler name for custom image size for image post formats, see #23620.

Location:
trunk/wp-content/themes/twentythirteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/content-image.php

    r23839 r23848  
    1111<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212    <div class="entry-media">
    13         <?php the_image( 'twentythirteen-image-post-format' ); ?>
     13        <?php the_image( 'twentythirteen-image-post' ); ?>
    1414    </div><!-- .entry-media -->
    1515
  • trunk/wp-content/themes/twentythirteen/functions.php

    r23839 r23848  
    102102
    103103    // Register custom image size for image post formats.
    104     add_image_size( 'twentythirteen-image-post-format', 724, 1288 );
     104    add_image_size( 'twentythirteen-image-post', 724, 1288 );
    105105
    106106    // This theme uses its own gallery styles.
Note: See TracChangeset for help on using the changeset viewer.