diff --git a/wp-content/themes/twentytwenty/print.css b/wp-content/themes/twentytwenty/print.css index 0ab0ce9fb8..01a6e873a1 100644 --- a/wp-content/themes/twentytwenty/print.css +++ b/wp-content/themes/twentytwenty/print.css @@ -149,7 +149,11 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272 .footer-social-wrapper, .footer-widgets-outer-wrapper, .header-navigation-wrapper, + .entry-categories, + .post-comment-link.meta-wrapper, .pagination-wrapper, + .pagination-single, + .post-meta-wrapper.post-meta-edit-link-wrapper, .post-meta-wrapper.post-meta-single-bottom, .post-separator, .site-logo img { diff --git a/wp-includes/version.php b/wp-includes/version.php index a3f96270e7..8888d3e43f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50975'; +$wp_version = '5.8-alpha-50976'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.