Twenty Nineteen: Test failure fix for theme [58101].

Patching print file to get to pass tests after diff file fix. Newline patch.

Props swisspidy.
See #45944

Built from https://develop.svn.wordpress.org/trunk@58102


git-svn-id: http://core.svn.wordpress.org/trunk@57567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-05-06 12:57:13 +00:00
parent 5bfdb7e938
commit 28e8f39f15
2 changed files with 2 additions and 2 deletions

View File

@ -160,4 +160,4 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
filter: none;
}
}
}

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58101';
$wp_version = '6.6-alpha-58102';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.