Changeset 23463
- Timestamp:
- 02/21/2013 05:54:19 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentythirteen/content.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content.php
r23452 r23463 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 12 <header class="entry-header"> 13 <?php if ( has_post_thumbnail() && ! is_single() && !post_password_required() ) : ?>13 <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?> 14 14 <div class="entry-thumbnail"> 15 15 <?php the_post_thumbnail(); ?>
Note: See TracChangeset
for help on using the changeset viewer.