Changeset 23848
- Timestamp:
- 03/29/2013 05:24:12 AM (11 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-image.php
r23839 r23848 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 12 <div class="entry-media"> 13 <?php the_image( 'twentythirteen-image-post -format' ); ?>13 <?php the_image( 'twentythirteen-image-post' ); ?> 14 14 </div><!-- .entry-media --> 15 15 -
trunk/wp-content/themes/twentythirteen/functions.php
r23839 r23848 102 102 103 103 // 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 ); 105 105 106 106 // This theme uses its own gallery styles.
Note: See TracChangeset
for help on using the changeset viewer.