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

git-svn-id: http://core.svn.wordpress.org/trunk@24033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-04-18 17:18:19 +00:00
parent 6aa74f9b93
commit f5f52827c9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentythirteen' ) ); ?>
<?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>' ) ); ?>
<?php else : ?>
<?php the_post_format_gallery(); ?>
<?php the_content(); ?>
<?php endif; // is_single() ?>
</div><!-- .entry-content -->