diff --git a/wp-includes/functions.php b/wp-includes/functions.php index b011702f74..41791996fd 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2156,6 +2156,7 @@ function wp_check_filetype_and_ext( $file, $filename, $mimes = null ) { * Retrieve list of mime types and file extensions. * * @since 3.5.0 + * @since 4.2.0 Support was added for GIMP (xcf) files. * * @return array Array of mime types keyed by the file extension regex corresponding to those types. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 87c9aeea84..340a640f61 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31589'; +$wp_version = '4.2-alpha-31590'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.