From 15ee62321a9ee7fac1f28c40c35d17285278cf69 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 9 Jun 2021 01:36:57 +0000 Subject: [PATCH] Build/Test Tools: Silence jQuery Migrate console warnings when running E2E tests. These warnings will still be visible in the browser console. The majority of the warnings are coming from jQuery UI, which is still waiting for a new update to be released that is jQuery >= 3.0 friendly. This change makes the E2E test results more readable without having to tread through the large number of warnings. Props isabel_brison. Fixes #52860. Built from https://develop.svn.wordpress.org/trunk@51130 git-svn-id: http://core.svn.wordpress.org/trunk@50739 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 dac4466f8f..1b2e5a5d5f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51129'; +$wp_version = '5.8-alpha-51130'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.