Make WordPress Core

Ticket #24391: 24391.patch

File 24391.patch, 808 bytes (added by obenland, 13 years ago)
  • wp-content/themes/twentythirteen/content-gallery.php

     
    2020        </header><!-- .entry-header -->
    2121
    2222        <div class="entry-content">
    23                 <?php if ( is_single() ) : ?>
     23                <?php if ( is_single() || ! get_post_gallery() ) : ?>
    2424                        <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentythirteen' ) ); ?>
    2525                        <?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>' ) ); ?>
    2626                <?php else : ?>