diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index b6007aed24..b3621b79e3 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -3822,7 +3822,7 @@ p > object:only-child { width: 100%; } - .panel-content .recent-posts .entry-header { + .twentyseventeen-front-page .panel-content .recent-posts .entry-header { margin-bottom: 1.5em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 219bd205a6..fa754ce8d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51807'; +$wp_version = '5.9-alpha-51808'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.