wp/wp-includes/customize/class-wp-customize-background-image-control.php
changeset 21 48c4eec2b7e6
parent 9 177826044cd9
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    13  * @since 3.4.0
    13  * @since 3.4.0
    14  *
    14  *
    15  * @see WP_Customize_Image_Control
    15  * @see WP_Customize_Image_Control
    16  */
    16  */
    17 class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control {
    17 class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control {
       
    18 
       
    19 	/**
       
    20 	 * Customize control type.
       
    21 	 *
       
    22 	 * @since 4.1.0
       
    23 	 * @var string
       
    24 	 */
    18 	public $type = 'background';
    25 	public $type = 'background';
    19 
    26 
    20 	/**
    27 	/**
    21 	 * Constructor.
    28 	 * Constructor.
    22 	 *
    29 	 *