From dfec521a58342c2e88ce48f41ba3da071cb7f3fb Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 12 Feb 2015 15:18:46 -0500 Subject: [PATCH] Undoing latest commit --- functions.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/functions.php b/functions.php index 18cd77e..0c3e202 100755 --- a/functions.php +++ b/functions.php @@ -95,15 +95,5 @@ return $enqueue_styles; // Or just remove them all in one line add_filter( 'woocommerce_enqueue_styles', '__return_false' ); - -add_filter('upload_mimes', 'custom_upload_mimes'); -function custom_upload_mimes ( $existing_mimes=array() ) -{ - // Add *.EPS files to Media upload - $existing_mimes['eps'] = 'application/postscript'; - // Add *.AI files to Media upload - $existing_mimes['ai'] = 'application/postscript'; - return $existing_mimes; -} ?> -- 2.17.1