From 6b32b6a9fa01fcc1f8adc87ef8f56f3bb04b9c78 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@20507 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 e35197c9b..fdf149d56 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; } }