wp/wp-includes/customize/class-wp-customize-background-image-setting.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    13  * @since 3.4.0
    13  * @since 3.4.0
    14  *
    14  *
    15  * @see WP_Customize_Setting
    15  * @see WP_Customize_Setting
    16  */
    16  */
    17 final class WP_Customize_Background_Image_Setting extends WP_Customize_Setting {
    17 final class WP_Customize_Background_Image_Setting extends WP_Customize_Setting {
       
    18 
       
    19 	/**
       
    20 	 * Unique string identifier for the setting.
       
    21 	 *
       
    22 	 * @since 3.4.0
       
    23 	 * @var string
       
    24 	 */
    18 	public $id = 'background_image_thumb';
    25 	public $id = 'background_image_thumb';
    19 
    26 
    20 	/**
    27 	/**
    21 	 * @since 3.4.0
    28 	 * @since 3.4.0
    22 	 *
    29 	 *