Changeset 43842 for branches/5.0/src/wp-content/themes/twentynineteen/template-parts/content/content-page.php
- Timestamp:
- 10/30/2018 02:13:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/template-parts/content/content-page.php
r43808 r43842 7 7 * @package WordPress 8 8 * @subpackage Twenty_Nineteen 9 * @since 1.0.0 9 10 */ 10 11 … … 12 13 13 14 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 15 <?php if ( ! twentynineteen_can_show_post_thumbnail() ) : ?> 14 16 <header class="entry-header"> 15 <?php 16 if ( ! twentynineteen_can_show_post_thumbnail() ) { 17 get_template_part( 'template-parts/header/entry', 'header' );} 18 ?> 17 <?php get_template_part( 'template-parts/header/entry', 'header' ); ?> 19 18 </header> 19 <?php endif; ?> 20 20 21 21 <div class="entry-content">
Note: See TracChangeset
for help on using the changeset viewer.