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:
parent
6aa74f9b93
commit
f5f52827c9
|
@ -24,7 +24,7 @@
|
|||
<?php the_content( __( 'Continue reading <span class="meta-nav">→</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 -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue