From b17e25ff3445ff75fb9e19d2f22d1b3c031527c6 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Wed, 30 Nov 2016 23:30:40 +0000 Subject: [PATCH] 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 --- .../template-parts/header/header-image.php | 8 +++++--- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyseventeen/template-parts/header/header-image.php b/wp-content/themes/twentyseventeen/template-parts/header/header-image.php index 5dea9d812e..3f13048bd5 100644 --- a/wp-content/themes/twentyseventeen/template-parts/header/header-image.php +++ b/wp-content/themes/twentyseventeen/template-parts/header/header-image.php @@ -11,9 +11,11 @@ ?>
-
- -
+ +
+ +
+ diff --git a/wp-includes/version.php b/wp-includes/version.php index b54acd1fac..e0f554d80d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.