Customizer: `WP_Customize_Cropped_Image_Control` should extend `WP_Customize_Image_Control`, since Site Icon can only an image.

Props paulwilde.
Fixes #34250.
Built from https://develop.svn.wordpress.org/trunk@35018


git-svn-id: http://core.svn.wordpress.org/trunk@34983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-10 23:25:24 +00:00
parent 3b42b801f8
commit 11def634f6
2 changed files with 3 additions and 3 deletions

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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35017';
$wp_version = '4.4-alpha-35018';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.