From 6995048c9f9e242e2e7b60f374172920e9606c88 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Fri, 2 Dec 2016 05:44:42 +0000 Subject: [PATCH] Twenty Seventeen: Add `.has-header-video` styles for custom color schemes. Following [39413], this adds `.has-header-video` style definitions in `/inc/custom-header.php` to support custom color schemes. Props laurelfulford. Fixes 38995. Built from https://develop.svn.wordpress.org/trunk@39415 git-svn-id: http://core.svn.wordpress.org/trunk@39355 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/inc/custom-header.php | 8 +++++++- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/inc/custom-header.php b/wp-content/themes/twentyseventeen/inc/custom-header.php index 50294b83fc..42a89e93d8 100644 --- a/wp-content/themes/twentyseventeen/inc/custom-header.php +++ b/wp-content/themes/twentyseventeen/inc/custom-header.php @@ -87,14 +87,20 @@ function twentyseventeen_header_style() { .colors-dark .site-title a, .colors-custom .site-title a, body.has-header-image .site-title a, + body.has-header-video .site-title a, body.has-header-image.colors-dark .site-title a, + body.has-header-video.colors-dark .site-title a, body.has-header-image.colors-custom .site-title a, + body.has-header-video.colors-custom .site-title a, .site-description, .colors-dark .site-description, .colors-custom .site-description, body.has-header-image .site-description, + body.has-header-video .site-description, body.has-header-image.colors-dark .site-description, - body.has-header-image.colors-custom .site-description { + body.has-header-video.colors-dark .site-description, + body.has-header-image.colors-custom .site-description, + body.has-header-video.colors-custom .site-description { color: #; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 66cf3eb391..ff366f0ceb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39413'; +$wp_version = '4.8-alpha-39415'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.