Make WordPress Core


Ignore:
Timestamp:
04/04/2013 09:03:35 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Use correct function name. props ocean90. fixes #23942. see #23927.

File:
1 edited

Legend:

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

    r23848 r23911  
    1111<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212    <div class="entry-media">
    13         <?php the_image( 'twentythirteen-image-post' ); ?>
     13        <?php the_post_format_image( 'twentythirteen-image-post' ); ?>
    1414    </div><!-- .entry-media -->
    1515
Note: See TracChangeset for help on using the changeset viewer.