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:
parent
3dc47839db
commit
b17e25ff34
|
@ -11,9 +11,11 @@
|
||||||
?>
|
?>
|
||||||
<div class="custom-header">
|
<div class="custom-header">
|
||||||
|
|
||||||
|
<?php if ( has_custom_header() ) : ?>
|
||||||
<div class="custom-header-image">
|
<div class="custom-header-image">
|
||||||
<?php the_custom_header_markup(); ?>
|
<?php the_custom_header_markup(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
|
<?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue