From ddec8a1c2be19b00e244cfebf2f4510fc8d06203 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 10 Oct 2015 23:24:46 +0000 Subject: [PATCH] Customizer: `WP_Customize_Cropped_Image_Control` should extend `WP_Customize_Image_Control`, since Site Icon can only an image. Props paulwilde. Fixes #34250. git-svn-id: https://develop.svn.wordpress.org/trunk@35018 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index 89135e1c46..5a42d368c8 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -1005,9 +1005,9 @@ class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control { * * @since 4.3.0 * - * @see WP_Customize_Media_Control + * @see WP_Customize_Image_Control */ -class WP_Customize_Cropped_Image_Control extends WP_Customize_Media_Control { +class WP_Customize_Cropped_Image_Control extends WP_Customize_Image_Control { /** * Control type.