From 2ac05ca7d559beba1e41ed1345b861f51a74bd74 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 16 Jul 2019 21:52:57 +0000 Subject: [PATCH] Media: Add a unit test for `wp_get_mime_types()`. Props pbearne. Fixes #47701. Built from https://develop.svn.wordpress.org/trunk@45646 git-svn-id: http://core.svn.wordpress.org/trunk@45457 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 b35ec97bd0..7c5e65a4f7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45645'; +$wp_version = '5.3-alpha-45646'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.