~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-content/themes/twentynineteen/template-parts/content/content-single.php

  • Committer: Barry Price
  • Date: 2019-02-22 03:51:26 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: barry.price@canonical.com-20190222035126-o28k38qs8jfyjsxt
Merge WP5.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        </footer><!-- .entry-footer -->
50
50
 
51
51
        <?php if ( ! is_singular( 'attachment' ) ) : ?>
52
 
        <?php get_template_part( 'template-parts/post/author', 'bio' ); ?>
 
52
                <?php get_template_part( 'template-parts/post/author', 'bio' ); ?>
53
53
        <?php endif; ?>
54
54
 
55
55
</article><!-- #post-${ID} -->