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
This commit is contained in:
Sergey Biryukov 2015-10-10 23:24:46 +00:00
parent d5e572f992
commit ddec8a1c2b

View File

@ -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.