Twenty Thirteen: show featured image on single posts, fixes #23528. Props kwight.

git-svn-id: http://core.svn.wordpress.org/trunk@23463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-02-21 05:54:19 +00:00
parent 00cad402f8
commit ba90b8bb63

View File

@ -10,7 +10,7 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php if ( has_post_thumbnail() && ! is_single() && ! post_password_required() ) : ?>
<?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
<div class="entry-thumbnail">
<?php the_post_thumbnail(); ?>
</div>