Changeset 39413 for trunk/src/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
- Timestamp:
- 12/02/2016 05:11:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/header/header-image.php
r39392 r39413 1 1 <?php 2 2 /** 3 * Displays header image3 * Displays header media 4 4 * 5 5 * @package WordPress … … 12 12 <div class="custom-header"> 13 13 14 <?php if ( has_custom_header() ) : ?> 15 <div class="custom-header-image"> 14 <div class="custom-header-media"> 16 15 <?php the_custom_header_markup(); ?> 17 16 </div> 18 <?php endif; ?>19 17 20 18 <?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.