From ea6021160a587b47d6ab23ef043fd5482ab19d3e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Dec 2020 19:42:05 +0000 Subject: [PATCH] Tests: Ignore EOL differences in `WP_List_Table::get_bulk_items()` test for optgroups. This avoids a misleading failure due to Unix vs. Windows EOL style mismatches and allows the test to pass on Windows. Follow-up to [46612], [49190]. Reviewed by desrosj, SergeyBiryukov. Merges [49691] to the 5.6 branch. Fixes #19278. Built from https://develop.svn.wordpress.org/branches/5.6@49730 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49453 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 5ae0b9ab2c..0c09433680 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-RC1-49729'; +$wp_version = '5.6-RC1-49730'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.