Make WordPress Core


Ignore:
Timestamp:
04/04/2013 08:09:02 AM (12 years ago)
Author:
markjaquith
Message:

Standardize the post format theme API functions with the_post_format_THING() and get_the_post_format_THING().

fixes #23927

File:
1 edited

Legend:

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

    r23806 r23899  
    2121
    2222    <div class="entry-content">
    23         <?php the_chat(); ?>
     23        <?php the_post_format_chat(); ?>
    2424        <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?>
    2525    </div><!-- .entry-content -->
Note: See TracChangeset for help on using the changeset viewer.