Ticket #38927: 38927.patch
File 38927.patch, 709 bytes (added by , 9 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
11 11 ?> 12 12 <div class="custom-header"> 13 13 14 <div class="custom-header-image"> 15 <?php the_custom_header_markup(); ?> 16 </div> 14 <?php if ( has_custom_header() ) : ?> 15 <div class="custom-header-image"> 16 <?php the_custom_header_markup(); ?> 17 </div> 18 <?php endif; ?> 17 19 18 20 <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> 19 21