From 238e69d9a6835077e62f229508ea71ccd5ec7b4e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 3 Nov 2020 15:52:11 +0000 Subject: [PATCH] Tests: Remove some useless assertions from the image editor tests. In each of these instances the variable being tested is a directly instantiated object and can never be a `WP_Error`, unlike when `wp_get_image_editor()` is used. See #51344 Built from https://develop.svn.wordpress.org/trunk@49488 git-svn-id: http://core.svn.wordpress.org/trunk@49247 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 c8cf5f3c97..3826fba349 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-49487'; +$wp_version = '5.6-beta3-49488'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.