diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index b3d7c97d6..6e1452174 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -64,14 +64,7 @@ class WP_Customize_Control { * * @since 3.4.0 */ - public function enqueue() { - switch( $this->type ) { - case 'color': - wp_enqueue_script( 'farbtastic' ); - wp_enqueue_style( 'farbtastic' ); - break; - } - } + public function enqueue() {} /** @@ -176,27 +169,11 @@ class WP_Customize_Control { - -