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.