wp/wp-includes/customize/class-wp-customize-background-image-setting.php
changeset 19 3d72ae0968f4
parent 7 cf61fcea0001
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    18 	public $id = 'background_image_thumb';
    18 	public $id = 'background_image_thumb';
    19 
    19 
    20 	/**
    20 	/**
    21 	 * @since 3.4.0
    21 	 * @since 3.4.0
    22 	 *
    22 	 *
    23 	 * @param $value
    23 	 * @param mixed $value The value to update. Not used.
    24 	 */
    24 	 */
    25 	public function update( $value ) {
    25 	public function update( $value ) {
    26 		remove_theme_mod( 'background_image_thumb' );
    26 		remove_theme_mod( 'background_image_thumb' );
    27 	}
    27 	}
    28 }
    28 }