Make WordPress Core

Ticket #24443: 24443.diff

File 24443.diff, 734 bytes (added by georgestephanis, 12 years ago)
  • wp-content/themes/twentythirteen/content-chat.php

     
    2121
    2222        <div class="entry-content">
    2323                <?php the_post_format_chat(); ?>
     24                <?php the_remaining_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentythirteen' ) ); ?>
    2425                <?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>' ) ); ?>
    2526        </div><!-- .entry-content -->
    2627