From 42c8c7b5fe1f24ca597bbbb9b1da85d59f0e53da Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 29 Jun 2012 15:16:36 +0000 Subject: [PATCH] Add back an empty line removed in [21180]. git-svn-id: https://develop.svn.wordpress.org/trunk@21181 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 8699ce7d9e..2e8752bccf 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1756,6 +1756,7 @@ function wp_check_filetype_and_ext( $file, $filename, $mimes = null ) { * Retrieve list of allowed mime types and file extensions. * * @since 2.8.6 + * * @uses apply_filters() Calls 'upload_mimes' on returned array * @return array Array of mime types keyed by the file extension regex corresponding to those types. */