diff --git a/src/wp-content/themes/twentynineteen/header.php b/src/wp-content/themes/twentynineteen/header.php
index 868a521944..b960fd4a99 100644
|
a
|
b
|
|
| 28 | 28 | |
| 29 | 29 | <div class="site-branding-container"> |
| 30 | 30 | <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> |
| 31 | | </div><!-- .layout-wrap --> |
| | 31 | </div><!-- .site-branding-container --> |
| 32 | 32 | |
| 33 | 33 | <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?> |
| 34 | 34 | <div class="site-featured-image"> |
diff --git a/src/wp-content/themes/twentynineteen/image.php b/src/wp-content/themes/twentynineteen/image.php
index c27e26f6bb..000983ce74 100644
|
a
|
b
|
get_header(); |
| 78 | 78 | <?php twentynineteen_entry_footer(); ?> |
| 79 | 79 | |
| 80 | 80 | </footer><!-- .entry-footer --> |
| 81 | | </article><!-- #post-## --> |
| | 81 | </article><!-- #post-<?php the_ID(); ?> --> |
| 82 | 82 | |
| 83 | 83 | <?php |
| 84 | 84 | // Parent post navigation. |
diff --git a/src/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php b/src/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php
index 98b0761ebb..a76edb02ed 100644
|
a
|
b
|
|
| 30 | 30 | <footer class="entry-footer"> |
| 31 | 31 | <?php twentynineteen_entry_footer(); ?> |
| 32 | 32 | </footer><!-- .entry-footer --> |
| 33 | | </article><!-- #post-${ID} --> |
| | 33 | </article><!-- #post-<?php the_ID(); ?> --> |
diff --git a/src/wp-content/themes/twentynineteen/template-parts/content/content-single.php b/src/wp-content/themes/twentynineteen/template-parts/content/content-single.php
index 720a253539..2e654dbcf9 100644
|
a
|
b
|
|
| 52 | 52 | <?php get_template_part( 'template-parts/post/author', 'bio' ); ?> |
| 53 | 53 | <?php endif; ?> |
| 54 | 54 | |
| 55 | | </article><!-- #post-${ID} --> |
| | 55 | </article><!-- #post-<?php the_ID(); ?> --> |
diff --git a/src/wp-content/themes/twentynineteen/template-parts/content/content.php b/src/wp-content/themes/twentynineteen/template-parts/content/content.php
index 85ec63287d..befcbda7f6 100644
|
a
|
b
|
|
| 56 | 56 | <footer class="entry-footer"> |
| 57 | 57 | <?php twentynineteen_entry_footer(); ?> |
| 58 | 58 | </footer><!-- .entry-footer --> |
| 59 | | </article><!-- #post-${ID} --> |
| | 59 | </article><!-- #post-<?php the_ID(); ?> --> |
diff --git a/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php b/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
index 9a72cbfdca..b23ad31d73 100644
|
a
|
b
|
$discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentyni |
| 42 | 42 | '</span>' |
| 43 | 43 | ); |
| 44 | 44 | ?> |
| 45 | | </div><!-- .meta-info --> |
| | 45 | </div><!-- .entry-meta --> |
| 46 | 46 | <?php endif; ?> |