Make WordPress Core


Ignore:
Timestamp:
04/16/2019 01:29:20 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Use consistent HTML comments after closing HTML tags.

Props iamdmitrymayorov.
Fixes #46871.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/header.php

    r45042 r45209  
    2929            <div class="site-branding-container">
    3030                <?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
    31             </div><!-- .layout-wrap -->
     31            </div><!-- .site-branding-container -->
    3232
    3333            <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.