From 562ddb83162b9dfd73c3532bdf75c1ebf72d17ea Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sun, 30 Nov 2014 20:23:23 +0000 Subject: [PATCH] Use `sanitize_mime_type()` instead of `urlencode()` when string-building `'; + $type_links[$mime_type] = ''; } $type_links['detached'] = ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index a2678b9de7..835379f8aa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30660'; +$wp_version = '4.1-beta2-30661'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.