Twenty Eleven: allow content-single.php to be overridden for post formats, props murky. Closes #17996.

git-svn-id: http://core.svn.wordpress.org/trunk@21491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-08-09 18:31:02 +00:00
parent 27281f6fd1
commit 241a9f5b9d

View File

@ -20,7 +20,7 @@ get_header(); ?>
<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
</nav><!-- #nav-single -->
<?php get_template_part( 'content', 'single' ); ?>
<?php get_template_part( 'content-single', get_post_format() ); ?>
<?php comments_template( '', true ); ?>