Make WordPress Core


Ignore:
Timestamp:
04/18/2013 05:18:19 PM (13 years ago)
Author:
nacin
Message:

Twenty Thirteen: Don't use the_post_format_gallery() as it does not exist (yet). see #24126.

File:
1 edited

Legend:

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

    r24029 r24033  
    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 : ?>
    27             <?php the_post_format_gallery(); ?>
     27            <?php the_content(); ?>
    2828        <?php endif; // is_single() ?>
    2929    </div><!-- .entry-content -->
Note: See TracChangeset for help on using the changeset viewer.