diff --git a/src/wp-includes/customize/class-wp-customize-image-control.php b/src/wp-includes/customize/class-wp-customize-image-control.php index ef5bf271ff..03575d0800 100644 --- a/src/wp-includes/customize/class-wp-customize-image-control.php +++ b/src/wp-includes/customize/class-wp-customize-image-control.php @@ -15,7 +15,20 @@ * @see WP_Customize_Upload_Control */ class WP_Customize_Image_Control extends WP_Customize_Upload_Control { - public $type = 'image'; + /** + * Control type. + * + * @since 3.4.0 + * @var string + */ + public $type = 'image'; + + /** + * Media control mime type. + * + * @since 4.1.0 + * @var string + */ public $mime_type = 'image'; /**