Twenty Seventeen: Make fixed navigation apply at correct height on front page, without header video or image

Props laurelfulford, littlebigthing.

Fixes #38927.

Built from https://develop.svn.wordpress.org/trunk@39392


git-svn-id: http://core.svn.wordpress.org/trunk@39332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
David A. Kennedy 2016-11-30 23:30:40 +00:00
parent 3dc47839db
commit b17e25ff34
2 changed files with 6 additions and 4 deletions

View File

@ -11,9 +11,11 @@
?>
<div class="custom-header">
<div class="custom-header-image">
<?php the_custom_header_markup(); ?>
</div>
<?php if ( has_custom_header() ) : ?>
<div class="custom-header-image">
<?php the_custom_header_markup(); ?>
</div>
<?php endif; ?>
<?php get_template_part( 'template-parts/header/site', 'branding' ); ?>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39390';
$wp_version = '4.8-alpha-39392';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.