From 8e56992132d6b3d51b561be7d04791df37814f8b Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Sun, 26 Feb 2017 16:06:45 +0000 Subject: [PATCH] Media: Fix unit tests for MIME checks on multisite. A few of the multisite tests were failing after [40124] because multisite filters `upload_mimes` with the `check_upload_mimes()` function to reduce the set of allowed MIME types. This fixes those errors by skipping the tests for adding additional MIME types and only tests file types assumed to be allowed. See #39550. Built from https://develop.svn.wordpress.org/trunk@40125 git-svn-id: http://core.svn.wordpress.org/trunk@40062 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 debd338b53..490d10097e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40124'; +$wp_version = '4.8-alpha-40125'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.