Changeset 39392
- Timestamp:
- 11/30/2016 11:29:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
r39227 r39392 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' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.