Changeset 39394 for branches/4.7
- Timestamp:
- 11/30/2016 11:38:54 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
r39227 r39394 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.