Ticket #24391: 24391.patch
| File 24391.patch, 808 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/content-gallery.php
20 20 </header><!-- .entry-header --> 21 21 22 22 <div class="entry-content"> 23 <?php if ( is_single() ) : ?>23 <?php if ( is_single() || ! get_post_gallery() ) : ?> 24 24 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentythirteen' ) ); ?> 25 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>' ) ); ?> 26 26 <?php else : ?>