diff --git a/wp-content/themes/twentysixteen/style.css b/wp-content/themes/twentysixteen/style.css index 2eb65bcdc2..0ddf3ae0dc 100644 --- a/wp-content/themes/twentysixteen/style.css +++ b/wp-content/themes/twentysixteen/style.css @@ -1413,7 +1413,8 @@ blockquote:after, } .widget-area > :last-child, -.widget > :last-child { +.widget > :last-child, +.widget > nav > :last-child { margin-bottom: 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 46acf7b585..f1e9f5ac68 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta2-49469'; +$wp_version = '5.6-beta2-49470'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.