From 9cf5aa43816f29808ce27528a7d1565ee7e9cb3c Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Tue, 1 Nov 2016 20:56:30 +0000 Subject: [PATCH] Twenty Seventeen: Sticky icon fix to stop appearing in regular post flow The sticky icon was appearing in posts it shouldn't have, not just when stuck. This fixes that. Props laurelfulford, mageshp, davidakennedy Fixes #38534 Built from https://develop.svn.wordpress.org/trunk@39080 git-svn-id: http://core.svn.wordpress.org/trunk@39022 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index 356151c02a..dd52b8ac1a 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -1814,7 +1814,7 @@ body:not(.has-header-image) .custom-header-image { position: relative; } -.icon-thumb-tack { +.post:not(.sticky) .icon-thumb-tack { display: none; } diff --git a/wp-includes/version.php b/wp-includes/version.php index b639e88d28..e36894f3c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39079'; +$wp_version = '4.7-beta1-39080'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.