Ticket #24443: 24443.diff
File 24443.diff, 734 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/content-chat.php
21 21 22 22 <div class="entry-content"> 23 23 <?php the_post_format_chat(); ?> 24 <?php the_remaining_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentythirteen' ) ); ?> 24 25 <?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>' ) ); ?> 25 26 </div><!-- .entry-content --> 26 27