From 87e47358fb00e6437ead3cb53eaa87295d09313d Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Wed, 18 Apr 2012 17:17:14 +0000 Subject: [PATCH] Theme Customizer: Remove redundant call to wp_enqueue_script. see #19910. git-svn-id: https://develop.svn.wordpress.org/trunk@20507 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-wp-customize-control.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index e35197c9b3..fdf149d560 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -70,9 +70,6 @@ class WP_Customize_Control { wp_enqueue_script( 'farbtastic' ); wp_enqueue_style( 'farbtastic' ); break; - case 'upload': - wp_enqueue_script( 'wp-plupload' ); - break; } }